diff options
Diffstat (limited to 'audio/xmp/Makefile')
-rw-r--r-- | audio/xmp/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile new file mode 100644 index 000000000000..43057d7460f5 --- /dev/null +++ b/audio/xmp/Makefile @@ -0,0 +1,28 @@ +# 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> |