1998-07-20 05:04:33 +02:00
|
|
|
# New ports collection makefile for: ja-slrn
|
1999-09-07 06:16:31 +02:00
|
|
|
# Date created: 6 Sept 1999
|
1998-07-20 05:04:33 +02:00
|
|
|
# Whom: Takashi Mega <mega@minz.org>
|
|
|
|
#
|
1999-08-25 07:28:01 +02:00
|
|
|
# $FreeBSD$
|
1999-05-03 03:55:56 +02:00
|
|
|
#
|
1998-07-20 05:04:33 +02:00
|
|
|
|
2000-04-12 16:38:12 +02:00
|
|
|
PORTNAME= slrn
|
|
|
|
PORTVERSION= 0.9.6.2
|
1998-07-20 05:04:33 +02:00
|
|
|
CATEGORIES= japanese news
|
2005-05-03 11:33:32 +02:00
|
|
|
MASTER_SITES= http://dists.lovepeers.org/distfiles/
|
2000-04-12 16:38:12 +02:00
|
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
|
|
|
${PORTNAME}-doc-j0.9.5.6-0.tar.gz
|
1998-07-20 05:04:33 +02:00
|
|
|
|
2004-06-23 08:21:52 +02:00
|
|
|
PATCH_SITES= ${MASTER_SITE_PORTS_JP} \
|
2005-05-03 11:33:32 +02:00
|
|
|
http://dists.lovepeers.org/distfiles/
|
2001-02-06 14:22:00 +01:00
|
|
|
PATCHFILES= ${PORTNAME}-${PORTVERSION}jp0.pat.gz
|
2000-02-09 07:53:04 +01:00
|
|
|
PATCH_DIST_STRIP=-p1
|
1998-07-20 05:04:33 +02:00
|
|
|
|
2005-05-03 11:33:32 +02:00
|
|
|
MAINTAINER= koma2@lovepeers.org
|
2003-02-21 13:35:09 +01:00
|
|
|
COMMENT= A newsreader based by S-Lang
|
1998-07-20 05:04:33 +02:00
|
|
|
|
1999-05-01 05:33:17 +02:00
|
|
|
LIB_DEPENDS= slang.2:${PORTSDIR}/japanese/libslang
|
1998-07-20 05:04:33 +02:00
|
|
|
|
2004-06-23 08:21:52 +02:00
|
|
|
CONFLICTS= slrn-0.*
|
|
|
|
|
2000-04-12 16:38:12 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
JDOCSRC= ${WRKDIR}/${PORTNAME}-doc-j0.9.5.6-0
|
1999-09-07 06:16:31 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2000-02-09 07:53:04 +01:00
|
|
|
ALL_TARGET= all slrnpull
|
1999-09-07 06:16:31 +02:00
|
|
|
MANLANG= '' ja
|
1998-07-20 05:04:33 +02:00
|
|
|
MAN1= slrn.1
|
|
|
|
|
1999-09-07 06:16:31 +02:00
|
|
|
post-install:
|
1998-07-20 05:04:33 +02:00
|
|
|
${INSTALL_MAN} ${JDOCSRC}/slrn.1 ${PREFIX}/man/ja/man1
|
|
|
|
${CP} -r ${JDOCSRC} ${PREFIX}/share/doc/slrn/ja
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|