freebsd-ports/audio/libxmp/Makefile

23 lines
512 B
Makefile
Raw Normal View History

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= libxmp
2015-06-25 22:19:22 +02:00
PORTVERSION= 4.3.9
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
2014-01-12 12:35:01 +01:00
post-install:
2014-01-12 12:37:35 +01:00
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxmp.so.${PORTVERSION}
2014-01-12 12:35:01 +01:00
.include <bsd.port.mk>