freebsd-ports/deskutils/ganyremote/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

34 lines
744 B
Makefile

# Created by: Alexander Logvinov <ports@logvinov.com>
# $FreeBSD$
PORTNAME= ganyremote
PORTVERSION= 6.3.3
CATEGORIES= deskutils comms gnome
MASTER_SITES= SF/anyremote/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GNOME frontend for anyRemote
LICENSE= GPLv2+
RUN_DEPENDS= anyremote:comms/anyremote
USES= gettext python
USE_GNOME= pygtk2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
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>