openbsd-ports/security/dante/Makefile
brad a6159b2950 - add ONLY_FOR_ARCHS and list archs that support shared libraries and
dynamic loading.
- patch autoconf so dante does not compile with debugging symbols
- add libtool patches
2001-01-22 17:15:28 +00:00

28 lines
657 B
Makefile

# $OpenBSD: Makefile,v 1.14 2001/01/22 17:15:28 brad Exp $
ONLY_FOR_ARCHS= i386 sparc m68k powerpc
DISTNAME= dante-1.1.6
CATEGORIES= security
NEED_VERSION= 1.336
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
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dante
${INSTALL_DATA} ${WRKSRC}/example/*.conf ${PREFIX}/share/examples/dante
.include <bsd.port.mk>