aboutsummaryrefslogtreecommitdiff
path: root/deskutils/xpad
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2012-12-16 01:25:31 +0000
committerJason Helfman <jgh@FreeBSD.org>2012-12-16 01:25:31 +0000
commit1e82469875a92274811440cc5477d6e536653d65 (patch)
treee24f47fd43b8cc2041e92a2ded7b06cd9327c102 /deskutils/xpad
parent8a9f8591dcef3e113e56178a649ca32c3a283f66 (diff)
downloadports-1e82469875a92274811440cc5477d6e536653d65.tar.gz
ports-1e82469875a92274811440cc5477d6e536653d65.zip
Notes
Diffstat (limited to 'deskutils/xpad')
-rw-r--r--deskutils/xpad/Makefile10
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>