freebsd-ports/deskutils/ganyremote/Makefile
Dmitry Marakasov d6f1cd48a5 - Update to 5.8
PR:		133584
Submitted by:	Alexander Logvinov <ports at logvinov dot com> (maintainer)
2009-04-12 00:12:08 +00:00

44 lines
989 B
Makefile

# New ports collection makefile for: ganyremote
# Date created: 08 November 2008
# Whom: Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$
#
PORTNAME= ganyremote
PORTVERSION= 5.8
CATEGORIES= deskutils comms gnome
MASTER_SITES= SF
MASTER_SITE_SUBDIR= anyremote
MAINTAINER= ports@logvinov.com
COMMENT= GNOME frontend for anyRemote
RUN_DEPENDS= anyremote:${PORTSDIR}/comms/anyremote
GNU_CONFIGURE= yes
USE_PYTHON= yes
USE_GNOME= pygtk2
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
PORTDOCS= AUTHORS COPYING README ChangeLog
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
post-patch:
@${REINPLACE_CMD} -e 's|usepybluez = True|usepybluez = False|' \
-e '/initVerify()$$/d' ${WRKSRC}/${PORTNAME}
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -e '/doc\/${PORTNAME}/d' ${WRKSRC}/Makefile.in
.endif
.include <bsd.port.post.mk>