2001-03-24 07:51:47 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2001/03/24 12:51:47 reinhard Exp $
|
|
|
|
|
|
|
|
COMMENT= 'c++ graph data template library based on the stl'
|
2001-02-05 05:25:41 -05:00
|
|
|
|
2001-02-09 05:05:30 -05:00
|
|
|
PKGNAME= gtl-1.0.0
|
|
|
|
DISTNAME= GTL-1.0.0
|
2001-01-19 11:33:15 -05:00
|
|
|
CATEGORIES= devel
|
2001-03-24 07:51:47 -05:00
|
|
|
NEED_VERSION= 1.363
|
2001-01-19 11:33:15 -05:00
|
|
|
|
2001-03-24 07:51:47 -05:00
|
|
|
MAINTAINER= Peter Valchev <pvalchev@home.com>
|
2001-01-19 11:33:15 -05:00
|
|
|
|
2001-02-09 05:05:30 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= "use requires written permission"
|
|
|
|
PERMIT_PACKAGE_FTP= "use requires written permission"
|
|
|
|
PERMIT_DISTFILES_CDROM= "use requires written permission"
|
|
|
|
PERMIT_DISTFILES_FTP= "use requires written permission"
|
2001-01-19 11:33:15 -05:00
|
|
|
|
|
|
|
HOMEPAGE= http://infosun.fmi.uni-passau.de/GTL/
|
|
|
|
|
2001-02-24 12:56:21 -05:00
|
|
|
MASTER_SITES= #see_do-fetch_target
|
2001-01-19 11:33:15 -05:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
2001-02-09 05:05:30 -05:00
|
|
|
MAKE_ENV+= GTL_VERS="1.0.0"
|
|
|
|
|
|
|
|
do-fetch:
|
|
|
|
@if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \
|
|
|
|
echo "" ; \
|
|
|
|
echo " The source of this port cannot be automatically fetched" ; \
|
|
|
|
echo " due to licensing restrictions. You MUST visit :" ; \
|
|
|
|
echo " ${HOMEPAGE}#down" ; \
|
|
|
|
echo " and follow the instructions - you will have to send e-mail" ; \
|
|
|
|
echo " with your personal information in order to be accepted." ; \
|
|
|
|
echo "" ; \
|
|
|
|
echo " Once ${DISTFILES} has been downloaded, move it to ${DISTDIR}" ; \
|
|
|
|
echo " and then go back and restart this build." ; \
|
|
|
|
echo "" ; \
|
|
|
|
exit 1 ; \
|
|
|
|
fi
|
|
|
|
|
|
|
|
post-install:
|
2001-01-19 11:33:15 -05:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gtl
|
2001-02-09 05:05:30 -05:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/html/*.html ${PREFIX}/share/doc/gtl
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gtl
|
2001-01-19 11:33:15 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|