mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
06bfeeb0b0
PR: 225609 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
25 lines
538 B
Makefile
25 lines
538 B
Makefile
# Created by: Norikatsu Shigemura <nork@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gsynaptics
|
|
PORTVERSION= 0.9.16
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= OSDN/${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>
|