freebsd-ports/x11/gsynaptics/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

24 lines
538 B
Makefile

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