blob: 54cd51fc1bf7ef049ad56c5e126aa22e41203efa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: xmp
# Date created: 18 September 1999
# Whom: Anders Nordby <anders@fix.no>
#
# $FreeBSD$
#
PORTNAME= xmp
PORTVERSION= 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>
|