mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 11:40:31 -04:00
33 lines
727 B
Makefile
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>
|