blob: 6da2673a8ac5835aa115f2ad9092a5adbe9901fb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# ex:ts=8
# Ports collection makefile for: initutil
# Date created: Mar 12, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= initutil
PORTVERSION= 2.1.a
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>
|