openbsd-ports/security/dante/Makefile

28 lines
658 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.17 2001/03/14 13:19:47 jakob Exp $
ONLY_FOR_ARCHS= i386 sparc m68k powerpc
1999-12-30 03:30:38 -05:00
DISTNAME= dante-1.1.9
1999-12-30 03:30:38 -05:00
CATEGORIES= security
NEED_VERSION= 1.336
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
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
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>