1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/audio/fapg/Makefile
2021-04-06 16:31:07 +02:00

20 lines
412 B
Makefile

# Created by: chinsan <chinsan.tw@gmail.com>
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>