mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9fa8d14cc8
Xmp is the "eXtended Module Player". It supports many of the Amiga and PC module formats -- currently 47 of them and runs with little system load. PR: 13805 Submitted by: Anders Nordby <anders@fix.no>
29 lines
525 B
Makefile
29 lines
525 B
Makefile
# New ports collection makefile for: xmp
|
|
# Version required: xmp-2.0.0-pre
|
|
# Date created: 18 September 1999
|
|
# Whom: Anders Nordby <anders@fix.no>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= xmp-2.0.0-pre
|
|
PKGNAME= xmp-2.0.0
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://xmp.helllabs.org/pkg/2.0.0/ \
|
|
http://xmp.linuxbox.com/pkg/2.0.0/
|
|
|
|
MAINTAINER= anders@fix.no
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --disable-alsa
|
|
|
|
USE_XLIB= yes
|
|
USE_GMAKE= yes
|
|
USE_BZIP2= yes
|
|
|
|
CFLAGS+= -DHAVE_SYS_RTPRIO_H
|
|
|
|
MAN1= xmp.1 xxmp.1
|
|
|
|
.include <bsd.port.mk>
|