diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-07-03 02:43:56 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-07-03 02:43:56 +0000 |
commit | ba8826889a267bb6ce7fc93c177f017c50954ee2 (patch) | |
tree | 6d4ee54ade31845d3ab9ca8644a189fba417fd55 /net/icukrell/Makefile | |
parent | Please bento some more. (diff) |
New port of a GKrellM plugin which shows status of gnomeICU
PR: 28636
Submitted by: Peter van Heusden <pvh@egenetics.com>
Notes
Notes:
svn path=/head/; revision=44672
Diffstat (limited to 'net/icukrell/Makefile')
-rw-r--r-- | net/icukrell/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/net/icukrell/Makefile b/net/icukrell/Makefile new file mode 100644 index 000000000000..e618bab7b658 --- /dev/null +++ b/net/icukrell/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: icukrell +# Date Created: 2 July 2001 +# Whom: Peter van Heusden <pvh@egenetics.com> +# +# $FreeBSD$ +# + +PORTNAME= icukrell +PORTVERSION= 0.1.3 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= pvh@egenetics.com + +BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm +RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm \ + gnomeicu:${PORTSDIR}/net/gnomeicu + +USE_X_PREFIX= yes +USE_GNOMELIBS= yes +USE_GTK= yes + +post-patch: + @${PERL} -pi -ne "s!/usr/local/!${PREFIX}/!" ${WRKSRC}/config.h + +do-install: + @${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 \ + ${PREFIX}/libexec/gkrellm/plugins + @${INSTALL_DATA} ${WRKSRC}/icukrell.so ${PREFIX}/libexec/gkrellm/plugins + @${INSTALL_PROGRAM} ${WRKSRC}/icukrell-client ${PREFIX}/bin + +.include <bsd.port.mk> |