Date: Sun, 16 Dec 2012 01:27:02 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308975 - head/deskutils/xpad-current Message-ID: <201212160127.qBG1R2JV074867@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Sun Dec 16 01:27:01 2012 New Revision: 308975 URL: http://svnweb.freebsd.org/changeset/ports/308975 Log: - updated header with creation - use PKGCONFIG for building Modified: head/deskutils/xpad-current/Makefile Modified: head/deskutils/xpad-current/Makefile ============================================================================== --- head/deskutils/xpad-current/Makefile Sun Dec 16 01:25:31 2012 (r308974) +++ head/deskutils/xpad-current/Makefile Sun Dec 16 01:27:01 2012 (r308975) @@ -1,14 +1,15 @@ +# Created by: Jaosn Helfman <jgh@FreeBSD.org> # $FreeBSD$ PORTNAME= xpad PORTVERSION= 4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ PKGNAMESUFFIX= -current MAINTAINER= jgh@FreeBSD.org -COMMENT= A virtual note-pad system for your X11 desktop +COMMENT= Virtual note-pad system for your X11 desktop LICENSE= GPLv3 @@ -16,7 +17,8 @@ CONFLICTS_INSTALL= xpad-[0-9]* FETCH_ARGS= -p USE_BZIP2= yes USE_XORG= x11 sm -USE_GNOME= pkgconfig gtk20 gnomehier intltool +USE_GNOME= gtk20 gnomehier intltool +USE_PKGCONFIG= build INSTALLS_ICONS= yes CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212160127.qBG1R2JV074867>