freebsd-ports/devel/py-pydasm/Makefile
Ruslan Makhmatkhanov 3e9ed467cd - update MASTER_SITES and pkg-descr:WWW
while here (for both ports):
- trim Makefile header
- remove indefinite article from COMMENT
- convert to optionsng

PR:		176710
Reported by:	John Marino <draco@marino.st>
Submitted by:	antoine (maintainer)
2013-03-09 19:10:07 +00:00

31 lines
679 B
Makefile

# Created by: Antoine Brodin <antoine@FreeBSD.org>
# $FreeBSD$
PORTNAME= pydasm
PORTVERSION= 1.5
CATEGORIES= devel python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= libdasm-${PORTVERSION}
MAINTAINER= antoine@FreeBSD.org
COMMENT= Python interface to libdasm
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PROJECTHOST= libdasm
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/das.py ${EXAMPLESDIR}
.endif
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}
.endif
.include <bsd.port.mk>