1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/audio/festalon/Makefile
Emanuel Haupt 871fcd5c20 - Register gettext-runtime USES
- Register glib12, gtk12 with USE_GNOME
- Register xext, xi, x11 with USE_XORG
- Remove continuous blank line
2016-08-08 11:11:16 +00:00

49 lines
974 B
Makefile

# Created by: Emanuel Haupt <ehaupt@critical.ch>
# $FreeBSD$
PORTNAME= festalon
PORTVERSION= 0.5.5
PORTREVISION= 12
CATEGORIES= audio
MASTER_SITES= http://projects.raphnet.net/festalon/ \
LOCAL/ehaupt
PKGNAMEPREFIX?=
MAINTAINER= ehaupt@FreeBSD.org
COMMENT?= Command line player for .nsf and .hes audio files
LICENSE= GPLv2
LIB_DEPENDS+= libsamplerate.so:audio/libsamplerate
USES+= libtool pkgconfig tar:bzip2
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
ONLY_FOR_ARCHS= i386 amd64
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000
BROKEN_i386= does not build on i386 FreeBSD 10.x and later
.endif
.if ${PKGNAMEPREFIX} == ""
USE_SDL= yes
PLIST_FILES= bin/festalon
PORTDOCS= README
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>