mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
b0eec09651
It is abandonded upstream for years and is Python-2.7-only. Adjust consumers, some only need a rebuild, others have their documentation formerly created by gnome-doc-utils / xml2po removed. Remove gnomedocutils from USE_GNOME Submitted by: rene Approved by: portmgr (mat), gnome (kwm) Differential Revision: https://reviews.freebsd.org/D23381
25 lines
530 B
Makefile
25 lines
530 B
Makefile
# Created by: Norikatsu Shigemura <nork@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gsynaptics
|
|
PORTVERSION= 0.9.16
|
|
PORTREVISION= 3
|
|
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 gnome pathfix pkgconfig
|
|
USE_GNOME= gconf2 libglade2 intltool
|
|
GNU_CONFIGURE= yes
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|