freebsd-ports/x11/gsynaptics/Makefile
Baptiste Daroussin 37c982985f x11/gsynaptics: deprecate
Abandonware using gnome2 libs, and not working in the libinput/evdev
world
2022-06-08 22:34:43 +02:00

26 lines
587 B
Makefile

# Created by: Norikatsu Shigemura <nork@FreeBSD.org>
PORTNAME= gsynaptics
PORTVERSION= 0.9.16
PORTREVISION= 5
CATEGORIES= x11
MASTER_SITES= OSDN/${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= GNOME Synaptics Touchpad setting tool
DEPRECATED= Abandonware using old gnome2 libs
EXPIRATION_DATE= 2022-07-08
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>