2002-11-24 05:20:21 +01:00
|
|
|
# New ports collection makefile for: gkrellkam2
|
|
|
|
# Date Created: 24 Nov 2002
|
|
|
|
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
# $Id: Makefile,v 1.1.1.1 2002/11/24 03:37:56 jylefort Exp $
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gkrellkam
|
|
|
|
PORTVERSION= 2.0.0
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 8
|
2002-11-24 05:20:21 +01:00
|
|
|
CATEGORIES= graphics
|
- 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
|
2002-11-24 05:20:21 +01:00
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
|
2003-10-26 22:20:02 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:17:17 +01:00
|
|
|
COMMENT= GKrellM plugin that display thumbnails of periodically updated images
|
2002-11-24 05:20:21 +01:00
|
|
|
|
- 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/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
|
2002-11-24 05:20:21 +01:00
|
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
USE_GMAKE= yes
|
2004-03-08 12:57:14 +01:00
|
|
|
LATEST_LINK= gkrellkam2
|
2002-11-24 05:20:21 +01:00
|
|
|
|
|
|
|
MAN5= gkrellkam-list.5
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= libexec/gkrellm2/plugins/gkrellkam2.so
|
2002-11-24 05:20:21 +01:00
|
|
|
|
|
|
|
MAKE_ENV+= MKDIR="${MKDIR}" \
|
|
|
|
INSTALL_DATA="${INSTALL_DATA}"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|