freebsd-ports/audio/libxmp/Makefile
2013-12-30 06:50:07 +00:00

19 lines
432 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= libxmp
PORTVERSION= 4.2.1
CATEGORIES= audio
MASTER_SITES= SF/xmp/${PORTNAME}/${PORTVERSION}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Module rendering library for xmp
USES= gmake
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
PLIST_FILES= include/xmp.h lib/libxmp.so lib/libxmp.so.4 \
lib/libxmp.so.${PORTVERSION} libdata/pkgconfig/libxmp.pc
.include <bsd.port.mk>