mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
e079243120
- Pass maintainership to the submitter PR: 245717 Submitted by: Michael Muenz <m.muenz@gmail.com>
21 lines
424 B
Makefile
21 lines
424 B
Makefile
# 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>
|