1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/audio/libxmp/Makefile
2014-07-15 12:20:03 +00:00

23 lines
512 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= libxmp
PORTVERSION= 4.2.8
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 <bsd.port.mk>