aboutsummaryrefslogtreecommitdiff
path: root/audio/fapg/Makefile
blob: a84aa2f9de472b3715d9264c3a8b16e036b65fc6 (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.43
CATEGORIES=	audio
MASTER_SITES=	http://royale.zerezo.com/${PORTNAME}/

MAINTAINER=	m.muenz@gmail.com
COMMENT=	Fast Audio Playlist Generator

LICENSE=	GPLv2

LIB_DEPENDS=	liburiparser.so:net/uriparser

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

.include <bsd.port.mk>