# Created by: Emanuel Haupt # $FreeBSD: head/audio/libxmp/Makefile 369389 2014-09-27 13:09:43Z ehaupt $ PORTNAME= libxmp PORTVERSION= 4.3.0 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 post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxmp.so.${PORTVERSION} .include