mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
311cff8f31
While here, pacify portclippy/portfmt
28 lines
578 B
Makefile
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>
|