diff options
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 000000000000..fd98429703da --- /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" |