freebsd-ports/audio/lame/Makefile

41 lines
833 B
Makefile
Raw Normal View History

# ports collection makefile for: lame
# Date created: 11 January 1998
# Whom: yoshiaki Uchikawa
#
1999-08-25 00:36:31 -04:00
# $FreeBSD$
#
PORTNAME= lame
PORTVERSION= 3.70
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://lame.sourceforge.net/pub/
MASTER_SITE_SUBDIR= lame/src
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= yoshiaki@kt.rim.or.jp
2000-10-05 02:47:41 -04:00
USE_GMAKE= yes
WANT_GTK= yes
ALL_TARGET= lame
MAN1= lame.1
2000-10-05 02:47:41 -04:00
.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
2000-10-05 02:47:41 -04:00
.include <bsd.port.post.mk>