821a4a7f10
*** Tuesday, November 21, 2000 -- Dante v1.1.6 o fix a bug related to hostnamelength parsing in server. Thanks to "Thomas Jarosch" <thomas.jarosch@styletec.de>.
26 lines
576 B
Makefile
26 lines
576 B
Makefile
# $OpenBSD: Makefile,v 1.13 2000/11/21 10:38:25 jakob Exp $
|
|
|
|
DISTNAME= dante-1.1.6
|
|
CATEGORIES= security
|
|
NEED_VERSION= 1.310
|
|
|
|
MASTER_SITES= ftp://ftp.inet.no/pub/socks/
|
|
|
|
HOMEPAGE= http://www.inet.no/dante/
|
|
|
|
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
SEPARATE_BUILD= concurrent
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dante
|
|
${INSTALL_DATA} ${WRKSRC}/example/*.conf ${PREFIX}/share/examples/dante
|
|
|
|
.include <bsd.port.mk>
|