mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
43 lines
903 B
Makefile
43 lines
903 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
|
|
|
|
post-install:
|
|
.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>
|