foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
26 lines
664 B
Makefile
26 lines
664 B
Makefile
# $NetBSD: Makefile,v 1.2 2001/09/27 23:18:30 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= publicfile-0.52
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://cr.yp.to/publicfile/
|
|
|
|
MAINTAINER= zuntum@netbsd.org
|
|
HOMEPAGE= http://cr.yp.to/publicfile.html
|
|
COMMENT= secure read-only HTTP and FTP servers
|
|
|
|
DEPENDS+= daemontools-[0-9]*:../../sysutils/daemontools
|
|
|
|
ALL_TARGET= it
|
|
INSTALL_TARGET= setup check
|
|
|
|
RESTRICTED= "unsure of djb's license"
|
|
NO_BIN_ON_CDROM= ${RESTRICTED}
|
|
NO_BIN_ON_FTP= ${RESTRICTED}
|
|
|
|
pre-build:
|
|
${ECHO} ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc
|
|
${ECHO} ${CC} ${STRIPFLAG} > ${WRKSRC}/conf-ld
|
|
${ECHO} ${PREFIX}/publicfile > ${WRKSRC}/conf-home
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|