openbsd-ports/www/wwwoffle/Makefile

40 lines
948 B
Makefile
Raw Normal View History

2010-11-22 03:36:47 -05:00
# $OpenBSD: Makefile,v 1.15 2010/11/22 08:36:55 espie Exp $
COMMENT= WWW OFFLine Explorer
2000-09-05 07:37:27 -04:00
DISTNAME= wwwoffle-2.5e
2010-11-11 07:35:09 -05:00
REVISION= 1
2000-09-05 07:37:27 -04:00
CATEGORIES= www
HOMEPAGE= http://www.gedanken.demon.co.uk/wwwoffle/
# GPLv2
2000-09-05 07:37:27 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-11 08:29:20 -05:00
WANTLIB= c
2000-09-05 07:37:27 -04:00
MASTER_SITES= http://distfiles.nl/
2000-09-05 07:37:27 -04:00
EXTRACT_SUFX= .tgz
FLAVORS= de fr es ru pl it
FLAVOR?=
2000-09-05 07:37:27 -04:00
MAKE_ENV= FLAVOR="${FLAVOR}"
MAKE_FLAGS= prefix="${PREFIX}"
2000-09-05 07:37:27 -04:00
2010-11-22 03:36:47 -05:00
USE_GROFF = Yes
2002-10-28 20:30:41 -05: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 07:37:27 -04:00
.include <bsd.port.mk>