1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/devel/py-waf/Makefile
Sunpoet Po-Chuan Hsieh b919d1259f - Update to 1.5.19
- Add LICENSE
- Sort PLIST
- Add WWW while I'm here

PR:		ports/151248
Submitted by:	Olivier DUCHATEAU <duchateau.olivier@gmail.com> (maintainer)
Approved by:	pgollucci (mentor)
2010-10-08 17:05:29 +00:00

32 lines
665 B
Makefile

# New ports collection makefile for: py-waf
# Date created: 2009-04-29
# Whom: Olivier Duchateau <duchateau.olivier@gmail.com>
#
# $FreeBSD$
#
PORTNAME= waf
PORTVERSION= 1.5.19
CATEGORIES= devel python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= duchateau.olivier@gmail.com
COMMENT= Python-based build system
LICENSE= BSD
USE_BZIP2= yes
USE_PYTHON= yes
pre-configure:
@cd ${WRKSRC} && ${PYTHON_CMD} waf-light --make-waf && ${TRUE}
do-build:
@cd ${WRKSRC} && ${PYTHON_CMD} waf configure --prefix=${LOCALBASE} && ${TRUE}
do-install:
@cd ${WRKSRC} && ${PYTHON_CMD} waf install --yes && ${TRUE}
.include <bsd.port.mk>