diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-04-27 02:21:20 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-04-27 02:21:20 +0800 |
commit | 95e11bd4be28f622166921f51efcc17a7f2b69b0 (patch) | |
tree | 8d3cdcc0211d2829669451de0f626d7c21a2db37 /converters/py-bsdconv/Makefile | |
parent | c3bb921611808315d77fef3f3dc078b3047b79d8 (diff) | |
download | freebsd-ports-gnome-95e11bd4be28f622166921f51efcc17a7f2b69b0.tar.gz freebsd-ports-gnome-95e11bd4be28f622166921f51efcc17a7f2b69b0.tar.zst freebsd-ports-gnome-95e11bd4be28f622166921f51efcc17a7f2b69b0.zip |
- Update to 4.6
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer, via IRC)
Diffstat (limited to 'converters/py-bsdconv/Makefile')
-rw-r--r-- | converters/py-bsdconv/Makefile | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/converters/py-bsdconv/Makefile b/converters/py-bsdconv/Makefile index f6a4d40216bc..c2b91c4caba4 100644 --- a/converters/py-bsdconv/Makefile +++ b/converters/py-bsdconv/Makefile @@ -5,26 +5,28 @@ # $FreeBSD$ # -CATEGORIES+= python +PORTNAME= bsdconv +PORTVERSION= 4.6 +CATEGORIES= converters python +MASTER_SITES= https://github.com/buganini/python-${PORTNAME}/tarball/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION} MAINTAINER= buganini@gmail.com COMMENT= Python wrapper for bsdconv LIB_DEPENDS= bsdconv.4:${PORTSDIR}/converters/bsdconv -MASTERDIR= ${.CURDIR}/../bsdconv -WRKSRC= ${WRKDIR}/${DISTNAME}/wrapper/python -PATCH_WRKSRC= ${WRKDIR}/${DISTNAME} -DESCR= ${.CURDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist +LICENSE= BSD +GITVERSION= 274d3f1 +FETCH_ARGS= -pRr +WRKSRC= ${WRKDIR}/buganini-python-${PORTNAME}-${GITVERSION} USE_PYTHON= yes USE_PYDISTUTILS= yes PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S|^${LOCALBASE}/||g} post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/setup.py + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/setup.py -.include "${MASTERDIR}/Makefile" +.include <bsd.port.mk> |