1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/audio/x11amp/Makefile
Dmitry Marakasov 90fd3c7010 - Switch to USES=libtool, drop .la files
- Mark BROKEN, does not run (BROKENness is not related to libtool change)
2014-06-16 22:46:47 +00:00

35 lines
842 B
Makefile

# Created by: Donald Burr <dburr@FreeBSD.org>
# $FreeBSD$
PORTNAME= x11amp
PORTVERSION= 0.9.b1.1
PORTREVISION= 8
CATEGORIES= audio
MASTER_SITES= LOCAL/hrs
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-beta/}
MAINTAINER= ports@FreeBSD.org
COMMENT= X11-based MP3 player with nice graphical interface
LICENSE= GPLv2
BROKEN= hangs at start with gtk and linker errors
USES= libtool
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}"
post-extract:
@${CP} ${FILESDIR}/main.xpm ${WRKSRC}/x11amp/defskin
@${CHMOD} a+x ${WRKSRC}/ltconfig
post-patch:
@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig
@${REINPLACE_CMD} 's|-o root -g wheel||' ${WRKSRC}/libx11amp/Makefile.in
.include <bsd.port.mk>