1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/audio/lame/Makefile
Jeremy Lea bb9e6226b0 Fix my breakage (removed the do-install target). This patch appears to have
mis-applied, since this worked on my system (I still had it installed).

PR:		ports/21924
Submitted by:	dirk.meyer@dinoex.sub.org
2000-10-12 07:39:45 +00:00

45 lines
1009 B
Makefile

# ports collection makefile for: lame
# Date created: 11 January 1998
# Whom: yoshiaki Uchikawa
#
# $FreeBSD$
#
PORTNAME= lame
PORTVERSION= 3.70
CATEGORIES= audio
MASTER_SITES= ftp://ftp.sunet.se/pub/multimedia/Berkeley/mpeg2/conformance-bitstreams/audio/mpeg2/software/technical_report/
DISTNAME= dist10
PATCH_SITES= http://www.sulaco.org/mp3/download/patches/
PATCHFILES= lame${PORTVERSION}.patch.gz
MAINTAINER= yoshiaki@kt.rim.or.jp
PATCH_DIST_STRIP = -p1
WRKSRC= ${WRKDIR}/dist10/lsf/encoder
USE_GMAKE= yes
WANT_GTK= yes
ALL_TARGET= lame
RESTRICTED= Condition is not clear
MAN1= lame.1
.include <bsd.port.pre.mk>
.if defined(HAVE_GTK)
USE_GTK= yes
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/lame ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/man/lame.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/lame
${INSTALL_DATA} ${WRKSRC}/doc/html/*.html \
${WRKSRC}/doc/html/*.css ${PREFIX}/share/doc/lame
.endif
.include <bsd.port.post.mk>