32 lines
575 B
Makefile
32 lines
575 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: initutil
|
|
# Date created: Mar 12, 2004
|
|
# Whom: 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= An STL Container Initialization Library
|
|
|
|
USE_ZIP= yes
|
|
USE_REINPLACE= yes
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
PLIST_FILES= include/InitUtil.h
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s,
|
|
,," ${WRKSRC}/InitUtil.h
|
|
|
|
do-install:
|
|
@${INSTALL_DATA} ${WRKSRC}/InitUtil.h ${PREFIX}/include
|
|
|
|
.include <bsd.port.mk>
|