mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
19 lines
438 B
Makefile
19 lines
438 B
Makefile
# New ports collection makefile for: w3m-ssl
|
|
# Version required: 991028-2
|
|
# Date Created: 12 Oct 1999
|
|
# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAME= w3m-ssl-${W3M_VER}
|
|
CATEGORIES= www ipv6
|
|
|
|
MASTERDIR= ${.CURDIR}/../../www/w3m
|
|
PKGDIR= ${.CURDIR}/pkg
|
|
PLIST= ${MASTERDIR}/pkg/PLIST
|
|
|
|
USE_OPENSSL= RSA
|
|
|
|
.include "${MASTERDIR}/Makefile"
|