freebsd-ports/deskutils/ganyremote/Makefile
Dmitry Marakasov 5db6d796c3 - Add LICENSE_FILE
- Fix shebangs
- Add NO_ARCH
- Remove unneeded CPP/LDFLAGS, this port does not contain C/C++ code
2017-04-21 14:11:27 +00:00

35 lines
778 B
Makefile

# Created by: Alexander Logvinov <ports@logvinov.com>
# $FreeBSD$
PORTNAME= ganyremote
PORTVERSION= 6.3.3
PORTREVISION= 1
CATEGORIES= deskutils comms gnome
MASTER_SITES= SF/anyremote/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GNOME frontend for anyRemote
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= anyremote:comms/anyremote
USES= gettext python shebangfix
SHEBANG_FILES= ganyremote
USE_GNOME= pygtk2
GNU_CONFIGURE= yes
NO_ARCH= yes
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e \
's|/usr/local|${LOCALBASE}| ; \
/usepybluez = /s|True|False| ; \
/initVerify()$$/d' ${WRKSRC}/${PORTNAME}
@${REINPLACE_CMD} -e \
'/DESTDIR/s|cp -r|cp -R| ; \
/DESTDIR/s|COPYING||' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>