41 lines
1007 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.10 2007/09/15 20:38:26 merdely Exp $
COMMENT= WWW OFFLine Explorer
2000-09-05 11:37:27 +00:00
DISTNAME= wwwoffle-2.5e
PKGNAME= ${DISTNAME}p0
2000-09-05 11:37:27 +00:00
CATEGORIES= www
HOMEPAGE= http://www.gedanken.demon.co.uk/wwwoffle/
# GPL
2000-09-05 11:37:27 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-11 13:29:20 +00:00
WANTLIB= c
2000-09-05 11:37:27 +00:00
MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/www/servers/} \
2000-09-05 11:37:27 +00:00
ftp://ftp.demon.co.uk/pub/unix/httpd/
EXTRACT_SUFX= .tgz
FLAVORS= de fr es ru pl it
FLAVOR?=
2000-09-05 11:37:27 +00:00
MAKE_ENV= FLAVOR="${FLAVOR}"
MAKE_FLAGS= prefix="${PREFIX}"
2000-09-05 11:37:27 +00:00
2002-10-29 01:30:41 +00:00
NO_REGRESS= Yes
# These index.htmls are symlinks and @sample doesn't like that.
post-install:
@rm ${PREFIX}/share/wwwoffle/html/htdig/index.html
@${INSTALL_DATA} ${PREFIX}/share/wwwoffle/html/htdig/search.html \
${PREFIX}/share/wwwoffle/html/htdig/index.html
@rm ${PREFIX}/share/wwwoffle/html/index.html
@${INSTALL_DATA} ${PREFIX}/share/wwwoffle/html/Welcome.html \
${PREFIX}/share/wwwoffle/html/index.html
2000-09-05 11:37:27 +00:00
.include <bsd.port.mk>