40 lines
948 B
Makefile
Raw Normal View History

2010-11-22 08:36:47 +00:00
# $OpenBSD: Makefile,v 1.15 2010/11/22 08:36:55 espie Exp $
COMMENT= WWW OFFLine Explorer
2000-09-05 11:37:27 +00:00
DISTNAME= wwwoffle-2.5e
2010-11-11 12:35:09 +00:00
REVISION= 1
2000-09-05 11:37:27 +00:00
CATEGORIES= www
HOMEPAGE= http://www.gedanken.demon.co.uk/wwwoffle/
# GPLv2
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= http://distfiles.nl/
2000-09-05 11:37:27 +00:00
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
2010-11-22 08:36:47 +00:00
USE_GROFF = Yes
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>