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-02-26 04:41:21 +00:00
|
|
|
PORTVERSION= 2.0.4
|
1999-09-18 20:46:21 +00:00
|
|
|
CATEGORIES= audio
|
2001-12-09 02:27:21 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1999-09-18 20:46:21 +00:00
|
|
|
|
2001-10-07 02:03:45 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 17:07:10 +00:00
|
|
|
COMMENT= A player for many different Amiga and PC module formats
|
1999-09-18 20:46:21 +00:00
|
|
|
|
2002-07-08 10:22:14 +00:00
|
|
|
USE_REINPLACE= yes
|
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
|
2001-04-17 11:02:01 +00:00
|
|
|
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CFLAGS="-I${LOCALBASE}/include"
|
|
|
|
USE_AUTOCONF= yes
|
2002-08-31 00:13:25 +00:00
|
|
|
WANT_GNOME= yes
|
2001-04-17 11:02:01 +00:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2001-04-30 21:55:34 +00:00
|
|
|
.if ${OSVERSION} > 500013 || ${MACHINE_ARCH} == "alpha"
|
2002-08-31 00:13:25 +00:00
|
|
|
USE_GNOME+= esound
|
2001-04-17 11:02:01 +00:00
|
|
|
CONFIGURE_ARGS+= --disable-oss --enable-esd
|
2002-08-31 00:13:25 +00:00
|
|
|
PKGNAMESUFFIX= -esound
|
|
|
|
.elif ${HAVE_GNOME:Mesound}!=""
|
|
|
|
USE_GNOME+= esound
|
2001-04-17 11:02:01 +00:00
|
|
|
CONFIGURE_ARGS+= --enable-esd
|
2002-08-31 00:13:25 +00:00
|
|
|
PKGNAMESUFFIX= -esound
|
2001-04-17 11:02:01 +00:00
|
|
|
.endif
|
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:
|
2002-07-08 10:22:14 +00:00
|
|
|
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/docs/xmp.1
|
1999-09-18 20:46:21 +00:00
|
|
|
|
2001-04-17 11:02:01 +00:00
|
|
|
.include <bsd.port.post.mk>
|