1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/audio/fapg/Makefile
Dmitri Goutnik e079243120 audio/fapg: Update to 0.43
- Pass maintainership to the submitter

PR:		245717
Submitted by:	Michael Muenz <m.muenz@gmail.com>
2020-04-19 20:06:02 +00:00

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>