2006-07-25 23:21:48 +02:00
|
|
|
# New ports collection makefile for: pefile
|
|
|
|
# Date created: 16 July 2006
|
|
|
|
# Whom: antoine.brodin@laposte.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pefile
|
2007-12-12 21:21:29 +01:00
|
|
|
PORTVERSION= 1.2.8
|
2006-07-25 23:21:48 +02:00
|
|
|
CATEGORIES= devel python
|
2007-09-10 14:28:36 +02:00
|
|
|
MASTER_SITES= http://pefile.googlecode.com/files/
|
2006-07-25 23:21:48 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= antoine.brodin@laposte.net
|
|
|
|
COMMENT= A python module to read and work with PE files
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS=yes
|
|
|
|
|
2007-02-25 15:45:33 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
|
|
|
|
.endif
|
|
|
|
|
2006-07-25 23:21:48 +02:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|