freebsd-ports/audio/csound-manual/Makefile

40 lines
966 B
Makefile
Raw Normal View History

2000-10-12 04:01:05 +02:00
# New ports collection makefile for: csound-manual
# Date created: 2000-10-11
# Whom: trevor
#
# $FreeBSD$
#
PORTNAME= csound-manual
PORTVERSION= 4.23
2000-10-12 04:01:05 +02:00
CATEGORIES= audio
MASTER_SITES= http://www.kevindumpscore.com/download/ \
ftp://ftp.cs.bath.ac.uk/pub/dream/documentation/manuals/
DISTFILES= manual-docbook-${PORTVERSION}.tar.gz \
manual-html-${PORTVERSION}.tar.gz \
manual-pdf-${PORTVERSION}.tar.gz \
manual-text-${PORTVERSION}.tar.gz
2000-10-12 04:01:05 +02:00
DIST_SUBDIR= csound
MAINTAINER= trevor@FreeBSD.org
2003-03-01 15:34:33 +01:00
COMMENT= Manuals for Csound
2000-10-12 04:01:05 +02:00
RUN_DEPENDS= csound:${PORTSDIR}/audio/csound
NO_BUILD= yes
NO_MTREE= yes
PLIST= ${WRKDIR}/pkg-plist
2000-10-12 04:01:05 +02:00
PREFIX= ${X11BASE}/share/doc/csound
WRKSRC= ${WRKDIR}/csound-${PORTVERSION}
2000-10-12 04:01:05 +02:00
pre-install:
${RM} -f ${PLIST}
cd ${WRKSRC} && ${FIND} -s . -type f | \
2002-05-25 17:28:15 +02:00
${CUT} -c3-999 >> ${PLIST} \
&& ${FIND} -d * -type d | ${SED} -e 's:^:@dirrm :' >> ${PLIST}
2000-10-12 04:01:05 +02:00
do-install:
cd ${WRKSRC} && pax -r -w * ${PREFIX}
.include <bsd.port.mk>