openbsd-ports/www/www6to4/Makefile
merdely ba8add3ebb Remove surrounding quotes from
COMMENT-*/ERRORS/NO_REGRESS/PERMIT_*/REGRESS_IS_INTERACTIVE

Change '.include "bsd.port.mk"' to '.include <bsd.port.mk>' while here
(ok naddy@)
2007-09-15 20:38:20 +00:00

33 lines
839 B
Makefile

# $OpenBSD: Makefile,v 1.4 2007/09/15 20:38:26 merdely Exp $
COMMENT= IPv6 to IPv4 web proxy
DISTNAME= www6to4-1.5
CATEGORIES= www
HOMEPAGE= http://www.vermicelli.pasta.cs.uit.no/ipv6/software.html
MAINTAINER= Michael Coulter <mjc@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/
ALL_TARGET= www6to4
CFLAGS+= -DSYSCONFDIR=\"${SYSCONFDIR}\"
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/www6to4 ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/www6to4
${INSTALL_DATA} ${WRKSRC}/*.conf ${PREFIX}/share/examples/www6to4
perl -i -pe 's:/etc(/www6to4_forward.conf):${SYSCONFDIR}$$1:' \
${PREFIX}/share/examples/www6to4/www6to4.conf
NO_REGRESS= Yes
.include <bsd.port.mk>