diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-12-16 01:27:01 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-12-16 01:27:01 +0000 |
commit | 70c82087d646264ea9adcf0ca64e89d252f1b0f0 (patch) | |
tree | 696f6d9ed9b591f11d8a0d863fc97afc95c14871 /deskutils/xpad-current | |
parent | 1e82469875a92274811440cc5477d6e536653d65 (diff) |
Notes
Diffstat (limited to 'deskutils/xpad-current')
-rw-r--r-- | deskutils/xpad-current/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/deskutils/xpad-current/Makefile b/deskutils/xpad-current/Makefile index e2083ac8f631..f11b8c0042cc 100644 --- a/deskutils/xpad-current/Makefile +++ b/deskutils/xpad-current/Makefile @@ -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 |