openbsd-ports/security/dante/Makefile

24 lines
505 B
Makefile
Raw Normal View History

2000-02-13 07:59:49 -05:00
# $OpenBSD: Makefile,v 1.3 2000/02/13 12:59:49 jakob Exp $
1999-12-30 03:30:38 -05:00
2000-01-06 05:50:01 -05:00
DISTNAME= dante-1.1.1
1999-12-30 03:30:38 -05:00
CATEGORIES= security
MAINTAINER= jakob@openbsd.org
2000-02-13 07:59:49 -05:00
LICENSE_TYPE= BSD
PERMIT_PKG_CDROM= YES
PERMIT_PKG_FTP= YES
PERMIT_DISTF_CDROM= YES
PERMIT_DISTF_FTP= YES
1999-12-30 03:30:38 -05:00
MASTER_SITES= ftp://ftp.inet.no/pub/socks/
GNU_CONFIGURE= yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/socks
${INSTALL_DATA} ${WRKSRC}/example/*.conf ${PREFIX}/share/examples/socks
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>