Changeset View
Changeset View
Standalone View
Standalone View
head/comms/anyremote/Makefile
| # Created by: Alex Samorukov <samm@freebsd.org> | # Created by: Alex Samorukov <samm@freebsd.org> | ||||
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= anyremote | PORTNAME= anyremote | ||||
| PORTVERSION= 6.7.1 | PORTVERSION= 6.7.2 | ||||
| CATEGORIES= comms | CATEGORIES= comms | ||||
| MASTER_SITES= SF | MASTER_SITES= SF | ||||
| MAINTAINER= samm@freebsd.org | MAINTAINER= samm@freebsd.org | ||||
| COMMENT= Remote control service over Bluetooth, infrared, or TCP/IP networking | COMMENT= Remote control service over Bluetooth, infrared, or TCP/IP networking | ||||
| LICENSE= GPLv2 | LICENSE= GPLv2 | ||||
| LICENSE_FILE= ${WRKSRC}/COPYING | LICENSE_FILE= ${WRKSRC}/COPYING | ||||
| LIB_DEPENDS= libdbus-1.so:devel/dbus \ | LIB_DEPENDS= libdbus-1.so:devel/dbus \ | ||||
| libavahi-client.so:net/avahi-app | libavahi-client.so:net/avahi-app | ||||
| USES= alias iconv pkgconfig python shebangfix | USES= alias iconv pkgconfig python shebangfix gnome xorg | ||||
| SHEBANG_FILES= cfg-data/Utils/all-in-1.py | |||||
| USE_GNOME= glib20 | USE_GNOME= glib20 | ||||
| SHEBANG_FILES= cfg-data/Utils/all-in-1.py | |||||
| GNU_CONFIGURE= yes | GNU_CONFIGURE= yes | ||||
| CPPFLAGS+= -I${LOCALBASE}/include | CPPFLAGS+= -I${LOCALBASE}/include | ||||
| LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} | LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} | ||||
| OPTIONS_DEFINE= DOCS DBUS X11 | OPTIONS_DEFINE= DOCS DBUS X11 | ||||
| OPTIONS_DEFAULT= DBUS X11 | OPTIONS_DEFAULT= DBUS X11 | ||||
| DBUS_CONFIGURE_ENABLE=dbus | DBUS_CONFIGURE_ENABLE=dbus | ||||
| Show All 14 Lines | |||||