1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/audio/libxmp/Makefile
Emanuel Haupt 311cff8f31 audio/libxmp: Update to 4.5.0
While here, pacify portclippy/portfmt
2021-06-17 19:24:27 +02:00

28 lines
578 B
Makefile

# 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
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
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxmp.so.${PORTVERSION}
.include <bsd.port.mk>