blob: 5d48050fe2b551b9f61ad2a2ef34052ae12d2dd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: mnews-gnspool
# Version required: 1.21
# Date created: 23 Sep 1996
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
#
# $Id: Makefile,v 1.1.1.1 1998/08/24 01:33:16 steve Exp $
#
PKGNAME= ja-mnews-gnspool-1.21
RUN_DEPENDS= gnspool:${PORTSDIR}/japanese/gn-gnspool
MASTERDIR= ${.CURDIR}/../mnews
COMMENT= ${.CURDIR}/pkg/COMMENT
GNSPOOL= 1
.include "${MASTERDIR}/Makefile"
|