freebsd-ports/audio/sidplay2/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

22 lines
494 B
Makefile

# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
# $FreeBSD$
PORTNAME= sidplay2
PORTVERSION= 2.0.9
PORTREVISION= 2
CATEGORIES= audio emulators
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/sidplay-${PORTVERSION}
DISTNAME= sidplay-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Commodore SID music player using libsidplay2
LIB_DEPENDS= libsidplay2.so:audio/libsidplay2
GNU_CONFIGURE= yes
USES= pkgconfig
PLIST_FILES= bin/sidplay2 man/man1/sidplay2.1.gz
.include <bsd.port.mk>