1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/devel/bsdbuild/Makefile
Baptiste Daroussin a42ed5f9e4 Fix packaging (one of the Makefile wasn't DESTDIR aware)
While here fix shebang on perl scripts
2013-09-24 23:32:30 +00:00

21 lines
356 B
Makefile

# $FreeBSD$
PORTNAME= bsdbuild
PORTVERSION= 3.0
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://stable.hypertriton.com/bsdbuild/
MAINTAINER= ports@FreeBSD.org
COMMENT= BSD-licensed portable build system
USES= perl5 shebangfix
SHEBANG_FILES= *.pl mk/*.pl
GNU_CONFIGURE= yes
LICENSE= BSD
CONFIGURE_ARGS= --with-catman=no
.include <bsd.port.mk>