diff options
author | jgh <jgh@FreeBSD.org> | 2012-12-16 09:25:31 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-12-16 09:25:31 +0800 |
commit | 59a35b05e2c09fc96c233309ea5c1df5efa70336 (patch) | |
tree | e24f47fd43b8cc2041e92a2ded7b06cd9327c102 /deskutils/xpad | |
parent | 1cdffa4424c6fbd0a621cf483e0dd9913190a560 (diff) | |
download | freebsd-ports-gnome-59a35b05e2c09fc96c233309ea5c1df5efa70336.tar.gz freebsd-ports-gnome-59a35b05e2c09fc96c233309ea5c1df5efa70336.tar.zst freebsd-ports-gnome-59a35b05e2c09fc96c233309ea5c1df5efa70336.zip |
- tighten COMMENT
- use PKGCONFIG for build dependency
- bring in gettext requirement
Diffstat (limited to 'deskutils/xpad')
-rw-r--r-- | deskutils/xpad/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/deskutils/xpad/Makefile b/deskutils/xpad/Makefile index 112f9dd2cbd0..009e055e1d4e 100644 --- a/deskutils/xpad/Makefile +++ b/deskutils/xpad/Makefile @@ -1,15 +1,14 @@ # Created by: Guillaume Paquet <amyfoub@gmail.com> -# # $FreeBSD$ PORTNAME= xpad PORTVERSION= 3.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils MASTER_SITES= http://launchpad.net/xpad/stable/${PORTVERSION}/+download/ 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 @@ -19,12 +18,15 @@ FETCH_ARGS= "-pRr" USE_BZIP2= yes USE_GMAKE= yes USE_XORG= x11 sm -USE_GNOME= pkgconfig gtk20 gnomehier intltool +USE_GNOME= gtk20 gnomehier intltool +USE_PKGCONFIG= build INSTALLS_ICONS= yes GNU_CONFIGURE= yes CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +USE_GETTEXT= yes + MAN1= xpad.1 .include <bsd.port.mk> |