freebsd-ports/devel/netsurf-buildsystem/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

25 lines
506 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= buildsystem
PORTVERSION= 1.5
CATEGORIES= devel
MASTER_SITES= http://download.netsurf-browser.org/libs/releases/
PKGNAMEPREFIX= netsurf-
MAINTAINER= olivierd@FreeBSD.org
COMMENT= NetSurf project buildsystem
LICENSE= MIT
BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex
MAKE_ENV+= COMPONENT_TYPE=lib-shared \
USES= gmake shebangfix perl5
SHEBANG_LANG= perl
perl_CMD= ${SETENV} perl
SHEBANG_FILES= testtools/testrunner.pl
.include <bsd.port.mk>