diff options
author | jgh <jgh@FreeBSD.org> | 2012-12-16 09:27:01 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-12-16 09:27:01 +0800 |
commit | 5d55a536c086e58c08be1e71d9b5e4dbda333dcc (patch) | |
tree | 696f6d9ed9b591f11d8a0d863fc97afc95c14871 /deskutils | |
parent | 59a35b05e2c09fc96c233309ea5c1df5efa70336 (diff) | |
download | freebsd-ports-graphics-5d55a536c086e58c08be1e71d9b5e4dbda333dcc.tar.gz freebsd-ports-graphics-5d55a536c086e58c08be1e71d9b5e4dbda333dcc.tar.zst freebsd-ports-graphics-5d55a536c086e58c08be1e71d9b5e4dbda333dcc.zip |
- updated header with creation
- use PKGCONFIG for building
Diffstat (limited to 'deskutils')
-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 e2083ac8f63..f11b8c0042c 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 |