opnsense-ports/devel/initutil/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

24 lines
451 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= initutil
PORTVERSION= 2.1.b
CATEGORIES= devel
MASTER_SITES= http://www.bdsoft.com/dist/
DISTNAME= ${PORTNAME}2
MAINTAINER= ports@FreeBSD.org
COMMENT= STL Container Initialization Library
USES= dos2unix zip
NO_BUILD= yes
NO_WRKSUBDIR= yes
DOS2UNIX_FILES= InitUtil.h
PLIST_FILES= include/InitUtil.h
do-install:
@${INSTALL_DATA} ${WRKSRC}/InitUtil.h ${STAGEDIR}${PREFIX}/include
.include <bsd.port.mk>