blob: a28ebbfac88a6bcd936714fd9c8e09d635afbad7 (
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
|
# 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
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>
|