mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
20 lines
472 B
Makefile
20 lines
472 B
Makefile
|
# New ports collection makefile for: ja-w3m-ssl
|
||
|
# Version required: 991028-2
|
||
|
# Date Created: 12 Oct 1999
|
||
|
# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PKGNAME= ja-w3m-ssl-${W3M_VER}
|
||
|
CATEGORIES= japanese www
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../../www/w3m
|
||
|
PKGDIR= ${.CURDIR}/pkg
|
||
|
PLIST= ${MASTERDIR}/pkg/PLIST.ja
|
||
|
|
||
|
JAPANESE= Yes
|
||
|
USE_SSL= Yes
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|