- Trim Makefile header, define LICENSE, fix grammar in COMMENT
- Try to unbreak parallel builds (-jX) - Drop shlib ABI version from LIB_DEPENDS - Install manual pages relative to MANPREFIX - Rephrase port description, kill EOL space, add WWW line Reported by: pointyhat-west
This commit is contained in:
parent
891667b516
commit
5563abefa4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323723
2 changed files with 22 additions and 13 deletions
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: ja-slrn
|
# Created by: Takashi Mega <mega@minz.org>
|
||||||
# Date created: 6 Sept 1999
|
|
||||||
# Whom: Takashi Mega <mega@minz.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= slrn
|
PORTNAME= slrn
|
||||||
PORTVERSION= 0.9.6.2
|
PORTVERSION= 0.9.6.2
|
||||||
|
@ -18,21 +14,32 @@ PATCHFILES= ${PORTNAME}-${PORTVERSION}jp0.pat.gz
|
||||||
PATCH_DIST_STRIP=-p1
|
PATCH_DIST_STRIP=-p1
|
||||||
|
|
||||||
MAINTAINER= koma2@lovepeers.org
|
MAINTAINER= koma2@lovepeers.org
|
||||||
COMMENT= A newsreader based by S-Lang
|
COMMENT= Newsreader based on the S-Lang library
|
||||||
|
|
||||||
LIB_DEPENDS= slang.2:${PORTSDIR}/japanese/libslang
|
LICENSE= GPLv2
|
||||||
|
|
||||||
|
LIB_DEPENDS= slang:${PORTSDIR}/japanese/libslang
|
||||||
|
|
||||||
CONFLICTS= slrn-0.*
|
CONFLICTS= slrn-0.*
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
||||||
JDOCSRC= ${WRKDIR}/${PORTNAME}-doc-j0.9.5.6-0
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
ALL_TARGET= all slrnpull
|
ALL_TARGET= all slrnpull
|
||||||
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||||
|
JDOCSRC= ${WRKDIR}/${PORTNAME}-doc-j0.9.5.6-0
|
||||||
|
|
||||||
MANLANG= '' ja
|
MANLANG= '' ja
|
||||||
MAN1= slrn.1
|
MAN1= slrn.1
|
||||||
|
|
||||||
|
# Tentatively improve inner makefiles in attempt to fix parallel builds
|
||||||
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e 's|-mkdir|mkdir -p| ; \
|
||||||
|
/DOT_O_DEPS/s|$$| $$(OBJDIR)|' \
|
||||||
|
${WRKSRC}/src/Makefile.in
|
||||||
|
@${REINPLACE_CMD} -E 's|cd (.+); (\$$\(MAKE\))|\2 -C \1|' \
|
||||||
|
${WRKSRC}/autoconf/Makefile.in
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${INSTALL_MAN} ${JDOCSRC}/slrn.1 ${PREFIX}/man/ja/man1
|
${INSTALL_MAN} ${JDOCSRC}/slrn.1 ${MANPREFIX}/man/ja/man1
|
||||||
${CP} -r ${JDOCSRC} ${PREFIX}/share/doc/slrn/ja
|
${CP} -a ${JDOCSRC} ${PREFIX}/share/doc/slrn/ja
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
Slrn is an easy to use but powerful NNTP based newsreader. It relies on the
|
Slrn is an easy to use, but powerful NNTP newsreader. It is based on the
|
||||||
S-Lang programmer's library.
|
S-Lang library.
|
||||||
|
|
||||||
|
WWW: http://www.slrn.org/
|
||||||
|
|
Loading…
Reference in a new issue