mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
1af0bdb083
Synaptics Touchpad driver for XFree86 4.x/XOrg. WWW: http://sourceforge.jp/projects/gsynaptics/ Committed at: CBUG Welcome motoyuki and rushani to Tokyo party Committed with: ume, cjh, metal, rushani, motoyuki, hrs, daichi and nork
35 lines
864 B
Makefile
35 lines
864 B
Makefile
# New ports collection makefile for: gsynaptics
|
|
# Date created: 2006-03-19
|
|
# Whom: Norikatsu Shigemura <nork@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gsynaptics
|
|
PORTVERSION= 0.9.6
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
|
|
MASTER_SITE_SUBDIR= gsynaptics/19524
|
|
|
|
MAINTAINER= nork@FreeBSD.org
|
|
COMMENT= GNOME Synaptics Touchpad setting tool
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
|
|
RUN_DEPENDS= ${PREFIX}/lib/modules/input/synaptics_drv.o:${PORTSDIR}/x11-servers/synaptics
|
|
|
|
USE_GNOME= lthack intlhack intltool pkgconfig gtk20 libgnome libglade2
|
|
USE_X_PREFIX= yes
|
|
USE_ICONV= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \
|
|
LDFLAGS=-L${LOCALBASE}/lib
|
|
|
|
MAN1= gsynaptics.1 gsynaptics-init.1
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|