From owner-cvs-all@FreeBSD.ORG Wed May 31 11:15:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9E5D16A425; Wed, 31 May 2006 11:15:51 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74B0043D48; Wed, 31 May 2006 11:15:51 +0000 (GMT) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4VBETWQ066994; Wed, 31 May 2006 11:14:29 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4VBETgE066993; Wed, 31 May 2006 11:14:29 GMT (envelope-from vd) Message-Id: <200605311114.k4VBETgE066993@repoman.freebsd.org> From: Vasil Dimov Date: Wed, 31 May 2006 11:14:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/xaralx Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2006 11:15:52 -0000 vd 2006-05-31 11:14:29 UTC FreeBSD ports repository Modified files: graphics/xaralx Makefile Added files: graphics/xaralx pkg-plist Log: * Implement a custom install target that installs the man page, various documentation and license files, icon, a .desktop file and examples. * Switch from LOCALBASE to X11BASE since this is a true a X application that needs to link against the X libraries and now installs .desktop file and an icon. Revision Changes Path 1.12 +57 -4 ports/graphics/xaralx/Makefile 1.1 +71 -0 ports/graphics/xaralx/pkg-plist (new)