openbsd-ports/security/dante/Makefile

34 lines
975 B
Makefile
Raw Normal View History

2002-12-29 15:31:39 -05:00
# $OpenBSD: Makefile,v 1.23 2002/12/29 20:31:39 fgsch Exp $
COMMENT= socks client and server
2002-06-24 05:15:13 -04:00
DISTNAME= dante-1.1.13
1999-12-30 03:30:38 -05:00
CATEGORIES= security
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
2001-12-10 22:07:21 -05:00
MODGNU_CONFIG_GUESS_DIRS+= ${WRKSRC}
1999-12-30 03:30:38 -05:00
post-install:
2001-12-10 22:07:21 -05:00
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dante
${INSTALL_DATA} ${WRKSRC}/doc/README.* ${PREFIX}/share/doc/dante
${INSTALL_DATA} ${WRKSRC}/doc/SOCKS4.* ${PREFIX}/share/doc/dante
${INSTALL_DATA} ${WRKSRC}/doc/rfc* ${PREFIX}/share/doc/dante
${INSTALL_DATA} ${WRKSRC}/doc/faq.ps ${PREFIX}/share/doc/dante
${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>