freebsd-ports/audio/festalon/Makefile

52 lines
892 B
Makefile
Raw Normal View History

# Created by: Emanuel Haupt <ehaupt@critical.ch>
# $FreeBSD$
PORTNAME= festalon
PORTVERSION= 0.5.5
2012-06-01 07:26:28 +02:00
PORTREVISION= 7
CATEGORIES= audio
2005-12-31 03:52:28 +01:00
MASTER_SITES= http://projects.raphnet.net/festalon/ \
2008-03-27 23:15:47 +01:00
CRITICAL
PKGNAMEPREFIX?=
MAINTAINER= ehaupt@FreeBSD.org
2013-03-08 15:00:30 +01:00
COMMENT?= Command line player for .nsf and .hes audio files
2011-12-27 16:14:23 +01:00
LICENSE= GPLv2
LIB_DEPENDS+= samplerate:${PORTSDIR}/audio/libsamplerate
USES= pkgconfig
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
ONLY_FOR_ARCHS= i386 amd64
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
.if ${PKGNAMEPREFIX} == ""
USE_SDL= yes
PLIST_FILES= bin/festalon
PORTDOCS= README
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>