freebsd-ports/x11/gsynaptics/Makefile
Alexandre C. Guimarães d0fc635f72 Mk/bsd.sites.mk: Update URL of MASTER_SITE_OSDN to one that supports geographical load balancing
- update all affected ports

PR:		244164
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Differential Revision:	https://reviews.freebsd.org/D24955
2020-07-24 06:28:59 +00:00

25 lines
524 B
Makefile

# Created by: Norikatsu Shigemura <nork@FreeBSD.org>
# $FreeBSD$
PORTNAME= gsynaptics
PORTVERSION= 0.9.16
PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= OSDN/${PORTNAME}
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>