freebsd-ports/audio/libxmp/Makefile

20 lines
446 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= libxmp
PORTVERSION= 4.1.5
CATEGORIES= audio
MASTER_SITES= SF/xmp/${PORTNAME}/${PORTVERSION}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Module rendering library for xmp
USES= gmake
NO_STAGE= yes
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>