diff options
author | sf <sf@FreeBSD.org> | 2001-07-21 18:21:56 +0000 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-07-21 18:21:56 +0000 |
commit | a875edf66052cb4841ac8a910ab338f19cdce59d (patch) | |
tree | 5ea13460c48fd8665bc60c020480c418f5f0b79b /www/w3m-img/Makefile | |
parent | b7b40849a673db00f95fe5f0ced1dcfb26d6c38d (diff) | |
download | FreeBSD-ports-a875edf66052cb4841ac8a910ab338f19cdce59d.zip FreeBSD-ports-a875edf66052cb4841ac8a910ab338f19cdce59d.tar.gz |
o add w3m-image, w3m with Imlib-based inline image browsing capability.
o remove w3m-ssl, w3m has SSL support by default now.
PR: 28996, 28997, 28998
Submitted by: maintainer
Diffstat (limited to 'www/w3m-img/Makefile')
-rw-r--r-- | www/w3m-img/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/w3m-img/Makefile b/www/w3m-img/Makefile new file mode 100644 index 0000000..fd98429 --- /dev/null +++ b/www/w3m-img/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: w3m-image +# Date Created: 22 July 2001 +# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com> +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -image + +MASTERDIR= ${.CURDIR}/../../www/w3m +PKGDIR= ${.CURDIR} +PLIST= ${MASTERDIR}/pkg-plist + +INLINE_IMAGE= yes + +.include "${MASTERDIR}/Makefile" |