2002-08-21 04:56:07 +02:00
|
|
|
# New ports collection makefile for: xmms-blursk
|
|
|
|
# Date created: 19 Aug 2002
|
2007-07-06 01:39:06 +02:00
|
|
|
# Whom: David Yeske <dyeske@gmail.com>
|
2002-08-21 04:56:07 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= blursk
|
|
|
|
PORTVERSION= 1.3
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 6
|
2002-08-21 04:56:07 +02:00
|
|
|
CATEGORIES= graphics
|
2006-06-08 15:21:54 +02:00
|
|
|
MASTER_SITES= http://web.cecs.pdx.edu/~kirkenda/blursk/
|
2002-08-21 04:56:07 +02:00
|
|
|
PKGNAMEPREFIX= xmms-
|
|
|
|
DISTNAME= Blursk-${PORTVERSION}
|
|
|
|
|
2007-07-06 01:39:06 +02:00
|
|
|
MAINTAINER= dyeske@gmail.com
|
2003-02-21 13:17:17 +01:00
|
|
|
COMMENT= A XMMS plugin inspired by "Blur Scope"
|
2002-08-21 04:56:07 +02:00
|
|
|
|
2002-11-28 17:37:35 +01:00
|
|
|
BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
|
|
|
|
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
|
2002-08-21 04:56:07 +02:00
|
|
|
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= lib/xmms/Visualization/libblursk.so
|
2002-08-21 04:56:07 +02:00
|
|
|
USE_GNOME= gtk12
|
- 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 xv
|
2002-08-21 04:56:07 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2007-03-29 15:13:28 +02:00
|
|
|
USE_LDCONFIG= yes
|
2002-08-21 04:56:07 +02:00
|
|
|
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} ${CFLAGS} ${PTHREAD_CFLAGS}"
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-O2||' \
|
|
|
|
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} \
|
|
|
|
${BUILD_WRKSRC}/Makefile.in
|
2007-03-29 15:13:28 +02:00
|
|
|
@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure
|
2002-08-21 04:56:07 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|