freebsd-ports/audio/fapg/Makefile
Mikhail Teterin becaeffa9b Upgrade from 0.41 to 0.42. Use configure and otherwise simplify the
port. Resolve compiler-warnings (mostly about signed vs. unsigned
char).

Do not install the COPYING-file -- it is nothing but the recitation
of GPLv2 -- declare GPLv2 as LICENSE instead.

Do not install the README -- there is nothing in it, that the
man-page does not cover.

With only two files remaining -- the program and the man-page --
do away with pkg-plist and simply list the two in PLIST_FILES.
2015-02-03 14:56:26 +00:00

21 lines
436 B
Makefile

# 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:${PORTSDIR}/net/uriparser
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-uriparser="${LOCALBASE}"
PLIST_FILES= bin/fapg man/man1/fapg.1.gz
.include <bsd.port.mk>