2000-09-14 21:03:23 +02:00
|
|
|
# New ports collection makefile for: gkrellmms
|
|
|
|
# Date Created: Jun 22 2000
|
|
|
|
# Whom: Hajimu UMEMOTO <ume@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gkrellmms
|
2002-10-12 11:42:12 +02:00
|
|
|
PORTVERSION= 0.5.8
|
2008-06-06 15:08:29 +02:00
|
|
|
PORTREVISION= 5
|
2000-09-14 21:03:23 +02:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= http://gkrellm.luon.net/files/
|
|
|
|
|
|
|
|
MAINTAINER= ume@FreeBSD.org
|
2003-02-20 21:10:05 +01:00
|
|
|
COMMENT= GKrellM XMMS Plugin
|
2000-09-14 21:03:23 +02:00
|
|
|
|
2003-09-08 04:22:34 +02:00
|
|
|
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
|
- 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
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
|
2000-09-14 21:03:23 +02:00
|
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= libexec/gkrellm/plugins/gkrellmms.so
|
2002-08-31 02:13:25 +02:00
|
|
|
USE_GNOME= imlib
|
2000-10-05 08:57:56 +02:00
|
|
|
|
2000-09-14 21:03:23 +02:00
|
|
|
.include <bsd.port.mk>
|