2013-09-02 12:06:03 +02:00
|
|
|
# Created by: Thomas Gellekum <tg@FreeBSD.org>
|
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
|
2014-05-08 01:21:59 +02:00
|
|
|
PORTREVISION= 3
|
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
|
2014-05-08 01:21:59 +02:00
|
|
|
COMMENT= Library for playing audio CDs
|
1999-06-01 12:46:58 +02:00
|
|
|
|
2014-05-08 01:21:59 +02:00
|
|
|
USES= libtool pathfix 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
|
|
|
|
2014-05-08 01:21:59 +02:00
|
|
|
post-install:
|
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcdaudio.so.1.*
|
|
|
|
|
1999-06-01 12:46:58 +02:00
|
|
|
.include <bsd.port.mk>
|