ports/devel/zeroinstall-injector/Makefile
Koop Mast 4902f05070 Convert custom *_DEPENDS lines of devel/py-gobject to USE_GNOME=pygobject or
pygtk2 (which depends already on py-gobject).
2011-07-29 18:10:25 +00:00

33 lines
727 B
Makefile

# New ports collection makefile for: zeroinstall-injector
# Date created: 2007-06-24
# Whom: Dylan Cochran <a134qaed@gmail.com>
#
# $FreeBSD$
#
PORTNAME= zeroinstall-injector
PORTVERSION= 0.41
PORTREVISION= 4
CATEGORIES= devel python
MASTER_SITES= SF/zero-install/injector/${PORTVERSION}
MAINTAINER= a134qaed@gmail.com
COMMENT= 0install injector
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \
lzma:${PORTSDIR}/archivers/lzma
USE_BZIP2= yes
USE_GNOME= pygtk2
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PLIST_SUB= PYTHON_VER=${PYTHON_VER}
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.endif
MAN1= 0launch.1 0alias.1 0store.1 0store-secure-add.1 0desktop.1
.include <bsd.port.mk>