blob: 222f9a65106095599fc08ca15e52e18fda06a3d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: mnews-gnspool
# Date created: 23 Sep 1996
# Whom: Masafumi NAKANE <max@FreeBSD.org>
#
# $FreeBSD$
#
PKGNAMESUFFIX= -gnspool
RUN_DEPENDS= gnspool:${PORTSDIR}/japanese/gn-gnspool
MASTERDIR= ${.CURDIR}/../mnews
COMMENT= ${.CURDIR}/pkg-comment
GNSPOOL= 1
.include "${MASTERDIR}/Makefile"
|