1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/japanese/gn-mnews/Makefile
Satoshi Asami 2ed441be15 portlint.
1997-12-17 01:27:48 +00:00

36 lines
1007 B
Makefile

# New ports collection makefile for: gn-mnews
# Version required: 1.20
# Date created: 7 Feb 1997
# Whom: Kiroh HARADA <kiroh@jp.freebsd.org>
#
# $Id: Makefile,v 1.1.1.1 1997/12/15 20:25:45 max Exp $
#
DISTNAME= mnews120
PKGNAME= ja-gn-mnews-1.20
CATEGORIES= japanese news
MASTER_SITES= ftp://ftp.mei.co.jp/free/Network/news/readers/
MAINTAINER= kiroh@kh.rim.or.jp
RUN_DEPENDS= gninews:${PORTSDIR}/japanese/gn-gnspool \
mnews:${PORTSDIR}/japanese/mnews
NO_PACKAGE= "Redistribution of binary built from modified source is prohibited"
WRKSRC= ${WRKDIR}/mnews-1.20/build
do-configure:
@for f in Makefile site_dep.h ; do \
${SED} s+@PREFIX@+${PREFIX}+ ${FILESDIR}/$$f.in > ${WRKSRC}/$$f ; done
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mnews ${PREFIX}/bin/gnmnews
post-install:
@${ECHO} "You must have gn/gnspool configured to your environment,"
@${ECHO} "before using gn-mnews. Please refer to gn documents and"
@${ECHO} "${PREFIX}/share/doc/mnews/gnspool.doc"
.include <bsd.port.mk>