aboutsummaryrefslogtreecommitdiff
path: root/www/elinks/Makefile
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2003-01-07 18:07:54 +0000
committerAlan Eldridge <alane@FreeBSD.org>2003-01-07 18:07:54 +0000
commit460e1320a34e6d9e0f5188d0ee1455273aad8ca4 (patch)
treea0ae5916ca1f08e87d05351cf717a65c79c91055 /www/elinks/Makefile
parentef6ea8c1f7180137ffce18e82db0fd39517f1936 (diff)
Notes
Diffstat (limited to 'www/elinks/Makefile')
-rw-r--r--www/elinks/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile
index a391611f8722..0463a10f1387 100644
--- a/www/elinks/Makefile
+++ b/www/elinks/Makefile
@@ -6,15 +6,18 @@
#
PORTNAME= elinks
-PORTVERSION= 0.5.p.0
+PORTVERSION= 0.3.2
CATEGORIES= www
MASTER_SITES= http://elinks.or.cz/download/
-DISTNAME= ${PORTNAME}-0.5pre0
-MAINTAINER= alane@freebsd.org
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
+
+MAINTAINER= jharris@widomaker.com
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --program-prefix=e
USE_GMAKE= yes
USE_BZIP2= yes
-.include "${.CURDIR}/manpages.mk"
+MAN1= elinks.1
+
.include <bsd.port.mk>