34 lines
998 B
Makefile
34 lines
998 B
Makefile
# $NetBSD: Makefile,v 1.12 2008/08/12 14:39:12 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= mrt-2.2.2a-Aug11
|
|
PKGNAME= mrt-2.2.2a.20000811
|
|
PKGREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.merit.edu/net-research/mrt/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.mrtd.net/
|
|
COMMENT= Multi-threaded Routing Toolkit
|
|
|
|
WRKSRC= ${WRKDIR}/mrt/src
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_SRC= ${WRKSRC}/.PLIST_SRC
|
|
|
|
INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin share/examples/mrt
|
|
|
|
# nuke yet-to-be-ready directories, configure.in is written in a strange way
|
|
post-extract:
|
|
(cd ${WRKSRC}/programs; ${RM} -fr route_tracker sospf srip)
|
|
|
|
post-install:
|
|
${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC}
|
|
${INSTALL_DATA} ${WRKSRC}/programs/*/*.conf \
|
|
${DESTDIR}${PREFIX}/share/examples/mrt
|
|
(cd ${DESTDIR}${PREFIX}; ${FIND} share/examples/mrt -type f -print \
|
|
>> ${PLIST_SRC})
|
|
(cd ${DESTDIR}${PREFIX}; ${FIND} share/examples/mrt -type d -print | \
|
|
${SORT} -r | ${SED} -e "s/^/@dirrm /" >>${PLIST_SRC})
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|