1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/audio/libxmp/Makefile
Mathieu Arnold a0bcd2cf68 Use USES=pathfix where applicable.
PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
2016-10-21 15:21:13 +00:00

26 lines
578 B
Makefile

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