2004-05-15 15:19:53 +00:00
|
|
|
# New ports collection makefile for: flac123
|
|
|
|
# Date created: 2004-05-14
|
|
|
|
# Whom: michael johnson <ahze@ahze.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= flac123
|
2005-05-10 19:50:45 +00:00
|
|
|
PORTVERSION= 0.0.9
|
2004-05-15 15:19:53 +00:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= flac-tools
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= Command-line player for flac audio files
|
|
|
|
|
2005-03-16 14:50:13 +00:00
|
|
|
LIB_DEPENDS= FLAC.7:${PORTSDIR}/audio/flac \
|
2004-05-15 15:19:53 +00:00
|
|
|
ao.3:${PORTSDIR}/audio/libao \
|
2005-03-12 20:35:06 +00:00
|
|
|
popt.0:${PORTSDIR}/devel/popt
|
2004-05-15 15:19:53 +00:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2005-05-10 19:50:45 +00:00
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
2004-05-15 15:19:53 +00:00
|
|
|
|
|
|
|
PORTDOCS= README.remote
|
2005-03-12 20:35:06 +00:00
|
|
|
PLIST_FILES= bin/flac123
|
2004-05-15 15:19:53 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2005-03-12 20:35:06 +00:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for file in ${PORTDOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
2004-05-15 15:19:53 +00:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|