aboutsummaryrefslogtreecommitdiff
path: root/audio/x11amp/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-09-01 06:47:46 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-09-01 06:47:46 +0000
commitd4bfb85f2946281ea4c885c5bc19d7efa733365d (patch)
treea38e11a947d138bed0c7377e151337a565a6281c /audio/x11amp/Makefile
parentf6f2386bcbdb85efc4268724a629afc6dcdf8236 (diff)
Notes
Diffstat (limited to 'audio/x11amp/Makefile')
-rw-r--r--audio/x11amp/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/audio/x11amp/Makefile b/audio/x11amp/Makefile
deleted file mode 100644
index aa140c042183..000000000000
--- a/audio/x11amp/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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= 7
-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= ports@FreeBSD.org
-COMMENT= X11-based MP3 player with nice graphical interface
-
-DEPRECATED= Abandonware
-EXPIRATION_DATE= 2011-09-01
-
-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>