1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/devel/initutil/Makefile
2021-04-06 16:31:07 +02:00

24 lines
439 B
Makefile

# Created by: ijliao
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>