mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b12f43b5a9
Assure master ports and their lang-specific slaves of having consistent categories. Remove redundant space.
19 lines
384 B
Makefile
19 lines
384 B
Makefile
# New ports collection makefile for: ja-w3m-ssl
|
|
# Date Created: 12 Oct 1999
|
|
# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -ssl
|
|
CATEGORIES= japanese
|
|
|
|
MASTERDIR= ${.CURDIR}/../../www/w3m
|
|
PKGDIR= ${.CURDIR}/pkg
|
|
PLIST= ${MASTERDIR}/pkg/PLIST.ja
|
|
|
|
JAPANESE= Yes
|
|
USE_OPENSSL= RSA
|
|
|
|
.include "${MASTERDIR}/Makefile"
|