blob: 705a7e5aa82e3be0a5d94c9ef657eae297226428 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: w3m-ssl
# Date Created: 12 Oct 1999
# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
#
# $FreeBSD$
#
PORTNAME= w3m-ssl
PORTVERSION= ${W3m_VER}
CATEGORIES= www ipv6
MASTERDIR= ${.CURDIR}/../../www/w3m
PKGDIR= ${.CURDIR}/pkg
PLIST= ${MASTERDIR}/pkg/PLIST
USE_OPENSSL= RSA
.include "${MASTERDIR}/Makefile"
|