aboutsummaryrefslogtreecommitdiffstats
path: root/audio/fapg/Makefile
blob: 40d27ad0361e34021cd98ff167f01baf326d101e (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:net/uriparser

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

.include <bsd.port.mk>