openbsd-ports/www/wwwoffle/Makefile
espie 100196f27a Zap default MAINTAINER from Makefile.
Especially now that the default line is more verbose.
2001-10-28 13:05:44 +00:00

29 lines
588 B
Makefile

# $OpenBSD: Makefile,v 1.4 2001/10/28 13:05:50 espie Exp $
COMMENT= "WWW OFFLine Explorer"
DISTNAME= wwwoffle-2.5e
PKGNAME= wwwoffle-2.5e
CATEGORIES= www
NEED_VERSION= 1.402
HOMEPAGE= http://www.gedanken.demon.co.uk/wwwoffle/
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SUNSITE}/apps/www/servers/ \
ftp://ftp.demon.co.uk/pub/unix/httpd/
EXTRACT_SUFX= .tgz
MAKE_FLAGS= prefix="${PREFIX}"
FLAVORS= de fr es ru pl it
FLAVOR?=
MAKE_ENV= FLAVOR="${FLAVOR}"
.include <bsd.port.mk>