Index: head/comms/anyremote/Makefile =================================================================== --- head/comms/anyremote/Makefile (revision 393232) +++ head/comms/anyremote/Makefile (revision 393233) @@ -1,48 +1,49 @@ # Created by: Alex Samorukov # $FreeBSD$ PORTNAME= anyremote PORTVERSION= 6.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= SF MAINTAINER= samm@os2.kiev.ua COMMENT= Remote control service over Bluetooth, infrared, or TCP/IP networking LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= alias iconv pkgconfig +USES= alias iconv pkgconfig shebangfix +SHEBANG_FILES= cfg-data/Utils/imdb-mf.sh USE_GNOME= glib20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} OPTIONS_DEFINE= DOCS DBUS X11 OPTIONS_DEFAULT= DBUS X11 .include .if ! ${PORT_OPTIONS:MDBUS} CONFIGURE_ARGS+=--disable-dbus .else LIB_DEPENDS+= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib .endif .if ! ${PORT_OPTIONS:MX11} CONFIGURE_ARGS+=--disable-xtest .else USE_XORG= x11 xtst .endif MAKE_ARGS+= LDFLAGS="-L${LOCALBASE}/lib" post-patch: @${REINPLACE_CMD} -e 's|(datadir)/man/man1|(mandir)/man1|g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|xtext|xtest|g' ${WRKSRC}/configure .if ${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -e '/doc\/${PORTNAME}/d' ${WRKSRC}/Makefile.in .endif .include