openbsd-ports/security/dante/Makefile

26 lines
576 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.13 2000/11/21 10:38:25 jakob Exp $
1999-12-30 03:30:38 -05:00
DISTNAME= dante-1.1.6
1999-12-30 03:30:38 -05:00
CATEGORIES= security
NEED_VERSION= 1.310
1999-12-30 03:30:38 -05:00
MASTER_SITES= ftp://ftp.inet.no/pub/socks/
1999-12-30 03:30:38 -05:00
2000-11-19 07:26:07 -05:00
HOMEPAGE= http://www.inet.no/dante/
2000-10-04 17:53:59 -04:00
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
2000-02-13 07:59:49 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
1999-12-30 03:30:38 -05:00
CONFIGURE_STYLE= gnu
2000-11-19 07:26:07 -05:00
SEPARATE_BUILD= concurrent
1999-12-30 03:30:38 -05:00
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dante
${INSTALL_DATA} ${WRKSRC}/example/*.conf ${PREFIX}/share/examples/dante
1999-12-30 03:30:38 -05:00
.include <bsd.port.mk>