freebsd-ports/japanese/gn-mnews/Makefile
Akinori MUSHA edcf8b3594 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.

Okay, 60% of `japanese' ports have been done. :)
2000-04-11 14:15:53 +00:00

36 lines
1,001 B
Makefile

# New ports collection makefile for: gn-mnews
# Date created: 7 Feb 1997
# Whom: Kiroh HARADA <kiroh@jp.freebsd.org>
#
# $FreeBSD$
#
PORTNAME= gn-mnews
PORTVERSION= 1.20
CATEGORIES= japanese news
MASTER_SITES= ftp://ftp.mei.co.jp/free/Network/news/readers/
DISTNAME= mnews${PORTVERSION:S/.//}
MAINTAINER= seiken@ARGV.AC
RUN_DEPENDS= gninews:${PORTSDIR}/japanese/gn-gnspool \
mnews:${PORTSDIR}/japanese/mnews
NO_PACKAGE= "Redistribution of binary built from modified source is prohibited"
BROKEN= "Couldn't fetch now"
WRKSRC= ${WRKDIR}/mnews-${PORTVERSION}/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>