freebsd-ports/audio/flac123/Makefile

37 lines
771 B
Makefile
Raw Normal View History

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