a33999c279
o update w3m-img to 1.10. o make PORTREVISION overridable from slave ports. o change PORTVERSION style for w3m-img. (suggedted by knu) PR: 29226 Submitted by: maintainer
17 lines
343 B
Makefile
17 lines
343 B
Makefile
# New ports collection makefile for: w3m-image
|
|
# Date Created: 22 July 2001
|
|
# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -img
|
|
|
|
MASTERDIR= ${.CURDIR}/../../www/w3m
|
|
PKGDIR= ${.CURDIR}
|
|
PLIST= ${MASTERDIR}/pkg-plist
|
|
|
|
INLINE_IMAGE= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|