1999-09-18 20:46:21 +00:00
|
|
|
# New ports collection makefile for: xmp
|
|
|
|
# Date created: 18 September 1999
|
|
|
|
# Whom: Anders Nordby <anders@fix.no>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-08 21:25:03 +00:00
|
|
|
PORTNAME= xmp
|
2001-01-02 15:50:09 +00:00
|
|
|
PORTVERSION= 2.0.3
|
1999-09-18 20:46:21 +00:00
|
|
|
CATEGORIES= audio
|
2000-09-16 18:38:55 +00:00
|
|
|
MASTER_SITES= http://xmp.helllabs.org/pkg/%SUBDIR%/ \
|
|
|
|
http://xmp.linuxave.net/pkg/%SUBDIR%/
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTVERSION}
|
1999-09-18 20:46:21 +00:00
|
|
|
|
|
|
|
MAINTAINER= anders@fix.no
|
|
|
|
|
2000-09-16 18:38:55 +00:00
|
|
|
USE_BZIP2= yes
|
1999-09-18 20:46:21 +00:00
|
|
|
USE_XLIB= yes
|
|
|
|
USE_GMAKE= yes
|
2000-09-16 18:38:55 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --disable-alsa
|
1999-09-18 20:46:21 +00:00
|
|
|
|
2000-09-16 18:38:55 +00:00
|
|
|
MAN1= xmp.1
|
|
|
|
MLINKS= xmp.1 xxmp.1
|
1999-09-18 20:46:21 +00:00
|
|
|
|
2000-09-16 18:38:55 +00:00
|
|
|
post-patch:
|
|
|
|
@${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/docs/xmp.1
|
1999-09-18 20:46:21 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|