1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/audio/libxmp/Makefile

28 lines
578 B
Makefile
Raw Normal View History

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
PORTNAME= libxmp
PORTVERSION= 4.5.0
CATEGORIES= audio
MASTER_SITES= SF/xmp/${PORTNAME}/${PORTVERSION}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Module rendering library for xmp
2016-10-13 14:51:34 +00:00
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/docs/COPYING.LIB
USES= gmake pathfix
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
PLIST_FILES= include/xmp.h \
lib/libxmp.so \
lib/libxmp.so.${PORTVERSION} \
lib/libxmp.so.4 \
libdata/pkgconfig/libxmp.pc
2014-01-12 11:35:01 +00:00
post-install:
2014-01-12 11:37:35 +00:00
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxmp.so.${PORTVERSION}
2014-01-12 11:35:01 +00:00
.include <bsd.port.mk>