8d6d68b504
- add working master sites (this port could badly use an update btw) - regen and split patches - regen plist - deadly.org is long gone.
39 lines
965 B
Makefile
39 lines
965 B
Makefile
# $OpenBSD: Makefile,v 1.11 2010/03/20 16:55:33 jasper Exp $
|
|
|
|
COMMENT= WWW OFFLine Explorer
|
|
|
|
DISTNAME= wwwoffle-2.5e
|
|
PKGNAME= ${DISTNAME}p1
|
|
CATEGORIES= www
|
|
|
|
HOMEPAGE= http://www.gedanken.demon.co.uk/wwwoffle/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= http://www.phil.uu.nl/~lievisse/distfiles/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
FLAVORS= de fr es ru pl it
|
|
FLAVOR?=
|
|
|
|
MAKE_ENV= FLAVOR="${FLAVOR}"
|
|
MAKE_FLAGS= prefix="${PREFIX}"
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|