blob: fdd4ed0a123e357a9029035096e2dec312e232ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: mnews-im
# Version required: 1.22
# Date created: 03 Jan 2000
# Whom: SADA Kenji <sada@FreeBSD.org>
#
# $FreeBSD$
#
PKGNAME= ja-mnews-im-1.22
RUN_DEPENDS= imput:${PORTSDIR}/mail/im
MASTERDIR= ${.CURDIR}/../mnews
COMMENT= ${.CURDIR}/pkg/COMMENT
GNSPOOL= 0
IMPUT= 1
.include "${MASTERDIR}/Makefile"
|