7f9eb2aafc
- Convert from USE_GMAKE to USES=gmake
29 lines
616 B
Makefile
29 lines
616 B
Makefile
# Created by: Norikatsu Shigemura <nork@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gsynaptics
|
|
PORTVERSION= 0.9.16
|
|
CATEGORIES= x11
|
|
MASTER_SITES= SFJP/${PORTNAME}/38463
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= GNOME Synaptics Touchpad setting tool
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= xf86-input-synaptics>0:${PORTSDIR}/x11-drivers/xf86-input-synaptics
|
|
|
|
USES= pathfix pkgconfig gettext gmake
|
|
USE_GNOME= gconf2 libglade2 gnomedocutils
|
|
GNU_CONFIGURE= yes
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
MAN1= gsynaptics.1 gsynaptics-init.1
|
|
|
|
NO_STAGE= yes
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|