freebsd-ports/audio/x11amp/Makefile
Andrew Pantyukhin 3eaff25cc8 - /objformat=/s|=.*|=elf| [1]
- Don't build static lib

Reported by:	pointyhat via kris [1]
Approved by:	Beech Rintoul <freebsd@alaskaparadise.com> (maintainer)
2007-02-04 18:25:36 +00:00

37 lines
965 B
Makefile

# New ports collection makefile for: x11amp
# Date created: 13 Jul 1998
# Whom: Donald Burr <dburr@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= x11amp
PORTVERSION= 0.9.b1.1
PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/misc/x11amp/0.9/ \
ftp://ftp.x11amp.bz.nu/x11amp/0.9/ \
ftp://ftp.bsdfr.org/pub/FreeBSD/ports/distfiles/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-beta/}
MAINTAINER= beech@alaskaparadise.com
COMMENT= X11-based MP3 player with nice graphical interface
USE_XLIB= yes
USE_GNOME= gtk12 esound
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
CONFIGURE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
.include <bsd.port.pre.mk>
post-extract:
@${CP} ${FILESDIR}/main.xpm ${WRKSRC}/x11amp/defskin
@${CHMOD} a+x ${WRKSRC}/ltconfig
post-patch:
@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig
.include <bsd.port.post.mk>