aboutsummaryrefslogtreecommitdiff
path: root/x11/gsynaptics
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-10-06 10:14:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-10-06 10:14:25 +0000
commita6ed85b07771ba9e89e4fb3daa62afe6ea1d3e94 (patch)
treeb45a9e6bff1c1bc567d44b09b71e104d7da6208e /x11/gsynaptics
parent4757fc55ca04b06dbf809b965691cfeab1fe3e67 (diff)
downloadports-a6ed85b07771ba9e89e4fb3daa62afe6ea1d3e94.tar.gz
ports-a6ed85b07771ba9e89e4fb3daa62afe6ea1d3e94.zip
Notes
Diffstat (limited to 'x11/gsynaptics')
-rw-r--r--x11/gsynaptics/Makefile17
1 files changed, 6 insertions, 11 deletions
diff --git a/x11/gsynaptics/Makefile b/x11/gsynaptics/Makefile
index 42d1b9649da4..f7ca366d8ae5 100644
--- a/x11/gsynaptics/Makefile
+++ b/x11/gsynaptics/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: gsynaptics
-# Date created: 2006-03-19
-# Whom: Norikatsu Shigemura <nork@FreeBSD.org>
-#
+# created by: Norikatsu Shigemura <nork@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= gsynaptics
PORTVERSION= 0.9.9
@@ -17,12 +13,15 @@ COMMENT= GNOME Synaptics Touchpad setting tool
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
-USE_GNOME= lthack intlhack intltool pkgconfig gtk20 libgnome libglade2 libgnomeui
+USE_GNOME= lthack intlhack intltool gtk20 libgnome libglade2 libgnomeui
+USE_PKGCONFIG= build
USE_ICONV= yes
USE_GMAKE= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
+RUN_DEPENDS+= ${LOCALBASE}/lib/xorg/modules/input/synaptics_drv.so:${PORTSDIR}/x11-drivers/xf86-input-synaptics
+
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
@@ -31,8 +30,4 @@ MAN1= gsynaptics.1 gsynaptics-init.1
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.pre.mk>
-
-RUN_DEPENDS+= ${LOCALBASE}/lib/xorg/modules/input/synaptics_drv.so:${PORTSDIR}/x11-drivers/xf86-input-synaptics
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>