freebsd-ports/x11/gsynaptics/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

24 lines
541 B
Makefile

# Created by: Norikatsu Shigemura <nork@FreeBSD.org>
# $FreeBSD$
PORTNAME= gsynaptics
PORTVERSION= 0.9.16
PORTREVISION= 1
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= gettext gmake pathfix pkgconfig
USE_GNOME= gconf2 libglade2 gnomedocutils
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>