mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
22 lines
455 B
Makefile
22 lines
455 B
Makefile
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libxmp
|
|
PORTVERSION= 4.1.4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF/xmp/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Module rendering library for xmp
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
PLIST_FILES= include/xmp.h lib/libxmp.so lib/libxmp.so.4 \
|
|
lib/libxmp.so.${PORTVERSION} libdata/pkgconfig/libxmp.pc
|
|
|
|
.include <bsd.port.mk>
|