2003-07-13 04:45:07 +02:00
|
|
|
# New ports collection makefile for: gnomeaudio2
|
|
|
|
# Date created: 10 July 2003
|
|
|
|
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
1998-12-31 00:18:11 +01:00
|
|
|
#
|
1999-08-25 06:36:31 +02:00
|
|
|
# $FreeBSD$
|
2008-03-24 04:52:36 +01:00
|
|
|
# $MCom: ports/audio/gnome-audio/Makefile,v 1.8 2008/03/21 12:32:12 ahze Exp $
|
1998-12-31 00:18:11 +01:00
|
|
|
#
|
|
|
|
|
2006-05-28 06:06:27 +02:00
|
|
|
PORTNAME= gnome-audio
|
2008-03-26 13:13:58 +01:00
|
|
|
PORTVERSION= 2.22.1
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
PORTREVISION= 1
|
1999-01-31 20:08:55 +01:00
|
|
|
CATEGORIES= audio gnome
|
2008-03-24 04:52:36 +01:00
|
|
|
MASTER_SITES= GNOME
|
1998-12-31 00:18:11 +01:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-07-13 04:45:07 +02:00
|
|
|
COMMENT= Sound files for use with GNOME 2
|
1998-12-31 00:18:11 +01:00
|
|
|
|
2003-07-13 04:45:07 +02:00
|
|
|
USE_BZIP2= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= x11
|
1998-12-31 00:18:11 +01:00
|
|
|
NO_BUILD= yes
|
2003-07-13 04:45:07 +02:00
|
|
|
USE_GNOME= gnomehack gnomeprefix gnomehier
|
2007-10-25 01:37:25 +02:00
|
|
|
MAKE_ENV= prefix=${PREFIX}
|
1999-03-09 02:13:40 +01:00
|
|
|
|
2008-03-24 04:52:36 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \
|
|
|
|
${WRKSRC}/sounds/Makefile
|
|
|
|
|
1998-12-31 00:18:11 +01:00
|
|
|
.include <bsd.port.mk>
|