blob: e8563254c3a3e6c7a50d018acaa02e9b54265557 (
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-gnspool
# Version required: 1.21
# Date created: 23 Sep 1996
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
#
# $Id$
#
PKGNAME= ja-mnews-gnspool-1.21
RUN_DEPENDS= gnspool:${PORTSDIR}/japanese/gn-gnspool
FILESDIR= ${.CURDIR}/../mnews/files
PKGDIR= ${.CURDIR}/../mnews/pkg
COMMENT= ${.CURDIR}/pkg/COMMENT
GNSPOOL= 1
.include "../mnews/Makefile"
|