aboutsummaryrefslogtreecommitdiffstats
path: root/audio/fapg/Makefile
blob: f5986d444ba7e29ba0ea19c9589590bdb89b51eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: chinsan <chinsan.tw@gmail.com>
# $FreeBSD$

PORTNAME=   fapg
PORTVERSION=    0.42
CATEGORIES= audio
MASTER_SITES=   http://royale.zerezo.com/${PORTNAME}/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Fast Audio Playlist Generator

LICENSE=    GPLv2

LIB_DEPENDS=    liburiparser.so:${PORTSDIR}/net/uriparser

GNU_CONFIGURE=  yes
CONFIGURE_ARGS+=--with-uriparser="${LOCALBASE}"
PLIST_FILES=    bin/fapg man/man1/fapg.1.gz

.include <bsd.port.mk>