1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/german/manpages/Makefile

41 lines
889 B
Makefile
Raw Normal View History

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
#
PORTNAME= manpages-de
PORTVERSION= 0.4
1997-09-29 18:02:05 +00:00
CATEGORIES= german
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
LANG= de.ISO8859-1
1997-09-29 18:02:05 +00:00
NO_WRKSUBDIR= YES
PLIST= ${WRKSRC}/PLIST
1997-09-29 18:02:05 +00:00
mandir= ${PREFIX}/man/${LANG}
manpages= ${PORTNAME}-${PORTVERSION}
1997-09-29 18:02:05 +00:00
do-build:
makewhatis ${WRKSRC}/${manpages}
1997-09-29 18:02:05 +00:00
.if !defined(NOMANCOMPRESS)
${GZIP_CMD} -r ${WRKSRC}/${manpages}/man* || exit 0
.endif
pre-install:
${FIND} ${WRKSRC}/${manpages} -type f -print | \
${SED} "s%${WRKSRC}/${manpages}%man/${LANG}%" > ${PLIST}
1997-09-29 18:02:05 +00:00
do-install:
cd ${WRKSRC}/${manpages}; \
${TAR} cf - . | \
(cd ${mandir}; ${TAR} xf - )
1997-09-29 18:02:05 +00:00
.include <bsd.port.mk>