pkgsrc/net/sendfile/Makefile
obache 703bce0f50 Not user-destdir installation ready.
/etc/* files will be modified and /var/spool/sendfile/* directories will be
created and chmod during install phase.
2011-03-30 12:38:33 +00:00

33 lines
976 B
Makefile

# $NetBSD: Makefile,v 1.28 2011/03/30 12:38:33 obache Exp $
#
DISTNAME= sendfile-20010216
PKGNAME= sendfile-2.1.0.2
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.belwue.de/pub/unix/sendfile/current/
# http://fex.rus.uni-stuttgart.de/download/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://fex.rus.uni-stuttgart.de/saft/sendfile.html
COMMENT= Implementation of the Simple asynchronous file transfer protocol
LICENSE= gnu-gpl-v2
WRKSRC= ${WRKDIR}/sendfile-2.1a
PKG_SYSCONFSUBDIR= sendfile
EGDIR= ${PREFIX}/share/examples/sendfile
CONF_FILES= ${EGDIR}/sendfile.cf ${PKG_SYSCONFDIR}/sendfile.cf
CONF_FILES+= ${EGDIR}/sendfile.deny ${PKG_SYSCONFDIR}/sendfile.deny
OVERRIDE_GNU_CONFIG_SCRIPTS= yes
SUBST_CLASSES+= makeconfig
SUBST_STAGE.makeconfig= pre-configure
SUBST_FILES.makeconfig= makeconfig
SUBST_VARS.makeconfig= PREFIX PKG_SYSCONFBASEDIR
post-configure:
cd ${WRKSRC} &&${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} config
.include "../../mk/bsd.pkg.mk"