freebsd-ports/devel/stlport/Makefile

32 lines
730 B
Makefile
Raw Normal View History

1999-10-26 09:51:26 +02:00
# ex:ts=8
2000-02-13 04:25:05 +01:00
# Ports collection makefile for: stlport
# Date Created: 2 December 1998
# Whom: Josh Gilliam <josh@quick.net>
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-14 07:44:42 +02:00
PORTNAME= stlport
2001-03-21 03:27:08 +01:00
PORTVERSION= 4.0
CATEGORIES= devel
2001-03-21 03:27:08 +01:00
MASTER_SITES= http://www.stlport.com/archive/
2000-04-14 07:44:42 +02:00
DISTNAME= STLport-${PORTVERSION}
1999-10-26 09:51:26 +02:00
MAINTAINER= obrien@FreeBSD.org
2001-03-21 03:27:08 +01:00
WRKSRC= ${WRKDIR}/STLport-${PORTVERSION}/src
MAKEFILE= gcc.mak
ALL_TARGET= clean all
USE_GMAKE= yes
do-install:
${MKDIR} ${PREFIX}/include/stlport
.for include in *.h algorith algorithm deque functional hash_map hash_set \
iterator list map memory numeric queue rope set slist stack utility vector \
xmemory xutility
${INSTALL_DATA} ${WRKSRC}/${include} ${PREFIX}/include/stlport
.endfor
.include <bsd.port.mk>