2004-12-23 10:33:22 +01:00
|
|
|
# New ports collection makefile for: gkrellmlaunch2
|
|
|
|
# Date Created: 23 Aug 2004
|
|
|
|
# Whom: Zach Thompson <hideo@lastamericanempire.com>
|
2001-11-10 00:07:59 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gkrellmlaunch
|
2004-12-23 10:33:22 +01:00
|
|
|
PORTVERSION= 0.5
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 3
|
2001-11-10 00:07:59 +01:00
|
|
|
CATEGORIES= misc
|
- 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
|
2004-12-23 10:33:22 +01:00
|
|
|
PKGNAMESUFFIX= 2
|
2001-11-10 00:07:59 +01:00
|
|
|
|
2004-12-23 10:33:22 +01:00
|
|
|
MAINTAINER= hideo@lastamericanempire.com
|
|
|
|
COMMENT= An application launcher plugin for GKrellM2
|
2001-11-10 00:07:59 +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
|
2004-12-23 10:33:22 +01:00
|
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
|
2001-11-10 00:07:59 +01:00
|
|
|
|
2004-12-23 10:33:22 +01:00
|
|
|
PLIST_FILES= libexec/gkrellm2/plugins/gkrellmlaunch.so
|
2001-11-10 00:07:59 +01:00
|
|
|
ALL_TARGET= ${PORTNAME}.so
|
|
|
|
|
|
|
|
do-install:
|
2004-12-23 10:33:22 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/gkrellmlaunch.so ${PREFIX}/libexec/gkrellm2/plugins
|
2001-11-10 00:07:59 +01:00
|
|
|
|
2004-12-23 10:33:22 +01:00
|
|
|
.include <bsd.port.mk>
|