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>
|
1998-12-18 04:09:05 +01:00
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1998-12-18 04:09:05 +01:00
|
|
|
#
|
|
|
|
|
2000-04-14 07:44:42 +02:00
|
|
|
PORTNAME= stlport
|
2002-02-17 22:01:44 +01:00
|
|
|
PORTVERSION= 4.5.3
|
1998-12-18 04:09:05 +01:00
|
|
|
CATEGORIES= devel
|
2001-12-24 23:17:44 +01:00
|
|
|
MASTER_SITES= http://www.stlport.com/archive/
|
2001-05-17 23:09:19 +02:00
|
|
|
DISTNAME= STLport-${PORTVERSION:S/.b/-b/}
|
1998-12-18 04:09:05 +01:00
|
|
|
|
2001-12-21 21:56:47 +01:00
|
|
|
MAINTAINER= pmarquis@pobox.com
|
2001-05-31 00:27:35 +02:00
|
|
|
|
2001-08-31 18:36:50 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if !exists(/usr/include/wchar.h)
|
2001-12-24 23:17:44 +01:00
|
|
|
BROKEN= "Requires /usr/include/wchar.h for compilation"
|
2001-08-31 18:36:50 +02:00
|
|
|
.endif
|
|
|
|
|
2001-05-17 23:09:19 +02:00
|
|
|
WRKSRC= ${WRKDIR}/STLport-${PORTVERSION:S/.b/b/}/src
|
2001-12-21 21:56:47 +01:00
|
|
|
PATCH_WRKSRC= ${WRKDIR}/STLport-${PORTVERSION:S/.b/b/}
|
2001-03-21 03:27:08 +01:00
|
|
|
USE_GMAKE= yes
|
2001-12-21 21:56:47 +01:00
|
|
|
MAKEFILE= gcc-freebsd.mak
|
|
|
|
MAKE_ARGS= INSTALLDIR=${PREFIX}
|
|
|
|
ALL_TARGET= clean all
|
|
|
|
INSTALL_TARGET= install_unix
|
2001-12-24 23:17:44 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
2001-10-04 02:37:35 +02:00
|
|
|
|
2001-10-17 18:01:20 +02:00
|
|
|
.if ${OSVERSION} < 440000
|
|
|
|
BROKEN= "Not supported on systems prior to FreeBSD 4.4"
|
|
|
|
.endif
|
|
|
|
|
2001-12-21 21:56:47 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${DOCSDIR}/images
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/../doc/*.css ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/../doc/*.html ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/../doc/images/* ${DOCSDIR}/images
|
|
|
|
.endif
|
1998-12-18 04:09:05 +01:00
|
|
|
|
2001-08-31 18:36:50 +02:00
|
|
|
.include <bsd.port.post.mk>
|