mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
28 lines
662 B
Makefile
28 lines
662 B
Makefile
|
# New ports collection makefile for: BladeEnc
|
||
|
# Version required: 0.76
|
||
|
# Date created: Thu Jan 14 23:28:40 CET 1999
|
||
|
# Whom: Dirk Froemberg <dirk@FreeBSD.ORG>
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= BladeEnc-076-bsd-i386
|
||
|
PKGNAME= bladeenc-0.76
|
||
|
CATEGORIES= audio
|
||
|
MASTER_SITES= http://home8.swipnet.se/~w-82625/encoder/binaries/ \
|
||
|
http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
|
||
|
|
||
|
MAINTAINER= dirk@FreeBSD.ORG
|
||
|
|
||
|
NO_WRKSUBDIR= yes
|
||
|
NO_BUILD= yes
|
||
|
|
||
|
do-install:
|
||
|
${INSTALL_SCRIPT} ${WRKSRC}/bladeenc ${PREFIX}/bin
|
||
|
.if !defined(NOPORTDOCS)
|
||
|
${MKDIR} ${PREFIX}/share/doc/BladeEnc
|
||
|
${INSTALL_DATA} ${WRKSRC}/BladeEnc.html ${PREFIX}/share/doc/BladeEnc
|
||
|
.endif
|
||
|
|
||
|
.include <bsd.port.mk>
|