54a0b86543
in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
32 lines
807 B
Makefile
32 lines
807 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= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/misc/x11amp/0.9/ \
|
|
ftp://ftp.sci-nnov.ru/pub/FreeBSD/ports/distfiles/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-beta/}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= X11-based MP3 player with nice graphical interface
|
|
|
|
USE_XLIB= yes
|
|
USE_GNOME= gtk12 esound
|
|
USE_AUTOTOOLS= libtool:15
|
|
LIBTOOLFILES= configure libx11amp/configure
|
|
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
|
|
|
|
.include <bsd.port.post.mk>
|