blob: 6e5687be2dfd6e94ed9b996848b30e4a9c7e1907 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= libxmp
PORTVERSION= 4.1.3
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>
|