2003-06-19 01:45:44 +02:00
|
|
|
# New ports collection makefile for: gqradio
|
|
|
|
# Date created: 13 Apr 2003
|
|
|
|
# Whom: Stefan Jahn <stefan.jahn@nemesis-sektor.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gqradio
|
2005-05-10 20:25:32 +02:00
|
|
|
PORTVERSION= 1.9.2
|
2008-06-06 15:08:29 +02:00
|
|
|
PORTREVISION= 6
|
2003-06-19 01:45:44 +02:00
|
|
|
CATEGORIES= audio
|
- 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
|
|
|
MASTER_SITES= SF/gqmpeg
|
2003-06-19 01:45:44 +02:00
|
|
|
|
|
|
|
MAINTAINER= stefan.jahn@nemesis-sektor.de
|
2005-05-10 20:25:32 +02:00
|
|
|
COMMENT= GTK2 based FM tuner
|
2003-06-19 01:45:44 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2005-05-10 20:25:32 +02:00
|
|
|
USE_GNOME= gtk20 gnomehack gnomeprefix
|
2003-06-19 01:45:44 +02:00
|
|
|
|
2007-05-02 09:12:36 +02:00
|
|
|
ONLY_FOR_ARCHS= alpha i386 ia64
|
|
|
|
|
2005-05-10 20:25:32 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
2003-06-19 01:45:44 +02:00
|
|
|
|
2003-11-16 23:48:47 +01:00
|
|
|
post-patch:
|
2007-10-25 01:37:25 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|\(doc/gqradio\)-\$$VERSION|\1|' \
|
2005-05-10 20:25:32 +02:00
|
|
|
${WRKSRC}/configure
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|^\(readmedir = \).*|\1$$(prefix)/share/doc/gqradio|; \
|
|
|
|
s|COPYING||' \
|
|
|
|
${WRKSRC}/Makefile.in
|
2003-11-16 23:48:47 +01:00
|
|
|
|
2007-05-02 09:12:36 +02:00
|
|
|
.include <bsd.port.mk>
|