mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
97f5da5843
Simple new and E-mail reader (offline mode with gnspool). PR: 7558 (2 of 2) Submitted by: SADA Kenji <sada@e-mail.ne.jp> ----------------------------------------------------------------------
20 lines
393 B
Makefile
20 lines
393 B
Makefile
# 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"
|