1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/audio/xmp/Makefile
Chris D. Faulhaber 1901efed8d Update port to 2.0.1
PR:		17323
Submitted by:	Maintainer
2000-03-21 00:21:38 +00:00

28 lines
489 B
Makefile

# New ports collection makefile for: xmp
# Version required: xmp-2.0.1
# Date created: 18 September 1999
# Whom: Anders Nordby <anders@fix.no>
#
# $FreeBSD$
#
DISTNAME= xmp-2.0.1
CATEGORIES= audio
MASTER_SITES= http://xmp.helllabs.org/pkg/2.0.1/ \
http://xmp.linuxbox.com/pkg/2.0.1/
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>