1997-09-30 06:51:09 +00:00
|
|
|
# New ports collection makefile for: German manpages
|
1997-09-29 18:04:04 +00:00
|
|
|
# Date created: 29 September 1997
|
1997-09-29 18:02:05 +00:00
|
|
|
# Whom: wosch
|
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1997-09-29 18:02:05 +00:00
|
|
|
#
|
|
|
|
|
2003-10-29 11:39:02 +00:00
|
|
|
PORTNAME= manpages-de
|
|
|
|
PORTVERSION= 0.4
|
|
|
|
|
1997-09-29 18:02:05 +00:00
|
|
|
CATEGORIES= german
|
2003-10-29 11:39:02 +00:00
|
|
|
MASTER_SITES= http://www.infodrom.org/projects/manpages-de/download/ \
|
|
|
|
http://wolfram.schneider.org/src/
|
1997-09-30 06:51:09 +00:00
|
|
|
|
2001-02-06 13:13:16 +00:00
|
|
|
MAINTAINER= wosch@FreeBSD.org
|
2003-03-05 12:47:22 +00:00
|
|
|
COMMENT= German GNU and Linux manual pages
|
1997-09-30 06:51:09 +00:00
|
|
|
|
2002-09-29 05:14:30 +00:00
|
|
|
LANG= de.ISO8859-1
|
1997-09-29 18:02:05 +00:00
|
|
|
NO_WRKSUBDIR= YES
|
1997-10-02 05:32:40 +00:00
|
|
|
PLIST= ${WRKSRC}/PLIST
|
1997-09-29 18:02:05 +00:00
|
|
|
|
|
|
|
mandir= ${PREFIX}/man/${LANG}
|
2003-10-29 11:39:02 +00:00
|
|
|
manpages= ${PORTNAME}-${PORTVERSION}
|
1997-09-29 18:02:05 +00:00
|
|
|
|
|
|
|
do-build:
|
2003-10-29 11:39:02 +00:00
|
|
|
makewhatis ${WRKSRC}/${manpages}
|
1997-09-29 18:02:05 +00:00
|
|
|
.if !defined(NOMANCOMPRESS)
|
|
|
|
${GZIP_CMD} -r ${WRKSRC}/${manpages}/man* || exit 0
|
|
|
|
.endif
|
|
|
|
|
2003-07-05 19:01:41 +00:00
|
|
|
pre-install:
|
2003-11-13 14:45:08 +00:00
|
|
|
${FIND} ${WRKSRC}/${manpages} -type f -print | \
|
2003-07-05 19:01:41 +00:00
|
|
|
${SED} "s%${WRKSRC}/${manpages}%man/${LANG}%" > ${PLIST}
|
|
|
|
|
1997-09-29 18:02:05 +00:00
|
|
|
do-install:
|
|
|
|
cd ${WRKSRC}/${manpages}; \
|
1999-02-03 11:12:01 +00:00
|
|
|
${TAR} cf - . | \
|
|
|
|
(cd ${mandir}; ${TAR} xf - )
|
1997-10-01 20:55:20 +00:00
|
|
|
|
1997-09-29 18:02:05 +00:00
|
|
|
.include <bsd.port.mk>
|