1999-06-01 12:46:58 +02:00
|
|
|
# New ports collection makefile for: libcdaudio
|
|
|
|
# Date created: 01 June 1999
|
1999-08-31 08:53:31 +02:00
|
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
1999-06-01 12:46:58 +02:00
|
|
|
#
|
1999-08-25 06:36:31 +02:00
|
|
|
# $FreeBSD$
|
1999-06-01 12:46:58 +02:00
|
|
|
#
|
|
|
|
|
2000-04-08 23:25:03 +02:00
|
|
|
PORTNAME= libcdaudio
|
2005-09-16 13:43:11 +02:00
|
|
|
PORTVERSION= 0.99.12p2
|
2009-01-11 14:22:40 +01:00
|
|
|
PORTREVISION= 2
|
1999-06-01 12:46:58 +02:00
|
|
|
CATEGORIES= audio
|
2009-08-22 02:13:26 +02:00
|
|
|
MASTER_SITES= SF
|
1999-06-01 12:46:58 +02:00
|
|
|
|
2005-09-16 13:43:11 +02:00
|
|
|
MAINTAINER= novel@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= A library for playing audio CDs
|
1999-06-01 12:46:58 +02:00
|
|
|
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2004-11-06 20:47:47 +01:00
|
|
|
USE_GNOME= gnomehack gnometarget pkgconfig
|
2009-01-11 14:22:40 +01:00
|
|
|
GNU_CONFIGURE= 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_LDCONFIG= yes
|
1999-06-01 12:46:58 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|