pkgsrc/devel/gtl/Makefile
jlam 9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00

45 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.23 2006/03/04 21:29:15 jlam Exp $
DISTNAME= GTL-1.2.1
PKGNAME= gtl-1.2.1
CATEGORIES= devel
MASTER_SITES= http://infosun.fmi.uni-passau.de/GTL/download/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.fmi.uni-passau.de/Graphlet/GTL/
COMMENT= C++ graph data structure library based on the STL
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
# previous version of the same
CONFLICTS= gtl0-[0-9]*
LICENSE= no-commercial-use
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CXXFLAGS=${CXXFLAGS:M*:Q}
DOCDIR= ${PREFIX}/share/doc/GTL
INTERACTIVE_STAGE= fetch
_FETCH_MESSAGE= \
${ECHO} "======================================================================"; \
${ECHO} ; \
${ECHO} " Follow the instructions at"; \
${ECHO} " http://www.infosun.fmi.uni-passau.de/GTL/register.html"; \
${ECHO} " to download the distfile."; \
${ECHO} ; \
${ECHO} "======================================================================"
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA_DIR} ${DOCDIR}/icons
cd ${WRKSRC}/doc; \
${INSTALL_DATA} *.html style.css ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/doc/icons/*.jpeg ${DOCDIR}/icons
${INSTALL_DATA} ${WRKSRC}/doc/userguide/GTL.ps ${DOCDIR}
.include "../../mk/bsd.pkg.mk"