pkgsrc/devel/isect/Makefile
tnn ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00

33 lines
761 B
Makefile

# $NetBSD: Makefile,v 1.36 2008/01/18 05:14:33 tnn Exp $
#
DISTNAME= isect-1.6.2
PKGREVISION= 6
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=isectd/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://isectd.sourceforge.net/
COMMENT= Open source middleware daemon
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
PTHREAD_OPTS+= require
INFO_FILES= # PLIST
RCD_SCRIPTS= isect
DOCDIR= ${PREFIX}/share/doc/isect
EGDIR= ${PREFIX}/share/examples/isect
INSTALLATION_DIRS= ${DOCDIR} ${EGDIR}
post-install:
for file in ${WRKSRC}/doc/*.html; do \
${INSTALL_DATA} $${file} ${DOCDIR}; \
done
${INSTALL_DATA} ${WRKSRC}/COPYING ${EGDIR}
.include "../../www/libwww/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"