diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 07:00:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 07:00:44 +0000 |
commit | 942c2a28be6e560a605ebc033cdb2621880953d1 (patch) | |
tree | 567d3c4f39ba679f84c7c393db293295d2f6b632 /x11-toolkits/xmhtml | |
parent | 1679a3f535999d7959d45dfc6a5809c8e1ddf919 (diff) | |
download | ports-942c2a28be6e560a605ebc033cdb2621880953d1.tar.gz ports-942c2a28be6e560a605ebc033cdb2621880953d1.zip |
Notes
Diffstat (limited to 'x11-toolkits/xmhtml')
-rw-r--r-- | x11-toolkits/xmhtml/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/x11-toolkits/xmhtml/Makefile b/x11-toolkits/xmhtml/Makefile index 541322ac14b1..67cfaae1d860 100644 --- a/x11-toolkits/xmhtml/Makefile +++ b/x11-toolkits/xmhtml/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmhtml -# Date created: 18 Feb 1999 -# Whom: Peter Hawkins <thepish@freebsd.org> -# +# Created by: Peter Hawkins <thepish@freebsd.org> # $FreeBSD$ -# PORTNAME= XmHTML PORTVERSION= 1.1.7 @@ -12,14 +8,13 @@ CATEGORIES= x11-toolkits www MASTER_SITES= ${MASTER_SITE_NETBSD} MAINTAINER= ports@FreeBSD.org -COMMENT= A Motif widget set for displaying HTML 3.2 documents +COMMENT= Motif widget set for displaying HTML 3.2 documents LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ jpeg.11:${PORTSDIR}/graphics/jpeg +USES= gmake motif USE_AUTOTOOLS= libtool:env -USE_MOTIF= yes -USE_GMAKE= yes USE_LDCONFIG= yes USE_XORG= xmu CFLAGS+= -I${LOCALBASE}/include/libpng15 |