2001-11-10 00:07:59 +01:00
|
|
|
# New ports collection makefile for: gkrellmlaunch
|
|
|
|
# Date Created: Tue Nov 6 19:15:45 EST 2001
|
|
|
|
# Whom: Patrick Li <pat@databits.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gkrellmlaunch
|
2002-09-20 21:44:02 +02:00
|
|
|
PORTVERSION= 0.4
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
2001-11-10 00:07:59 +01:00
|
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2001-11-15 23:12:13 +01:00
|
|
|
MAINTAINER= pat@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= An application launcher plugin for GKrellM
|
2001-11-10 00:07:59 +01:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
|
|
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
|
|
|
|
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= libexec/gkrellm/plugins/gkrellmlaunch.so
|
2001-11-10 00:07:59 +01:00
|
|
|
USE_X_PREFIX= yes
|
2002-09-01 17:13:16 +02:00
|
|
|
USE_GNOME= imlib
|
2001-11-10 00:07:59 +01:00
|
|
|
ALL_TARGET= ${PORTNAME}.so
|
|
|
|
|
2004-03-06 08:50:35 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} == "amd64"
|
|
|
|
CFLAGS= -fPIC
|
|
|
|
.endif
|
|
|
|
|
2001-11-10 00:07:59 +01:00
|
|
|
do-install:
|
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}.so \
|
|
|
|
${PREFIX}/libexec/gkrellm/plugins
|
|
|
|
|
2004-03-06 08:50:35 +01:00
|
|
|
.include <bsd.port.post.mk>
|