diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-08-27 17:48:39 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-08-27 17:48:39 +0000 |
commit | d2ca7a49df2b8a7c0ec9ba3c10b7c9a28394d06b (patch) | |
tree | 68c1a564a8876e9f11a9a1d7a0fcc8e9bb9618a8 /misc/gkrellscore/Makefile | |
parent | de8a30b7f520eeec1bb1e72decacd52431c9ffd6 (diff) | |
download | ports-d2ca7a49df2b8a7c0ec9ba3c10b7c9a28394d06b.tar.gz ports-d2ca7a49df2b8a7c0ec9ba3c10b7c9a28394d06b.zip |
Notes
Diffstat (limited to 'misc/gkrellscore/Makefile')
-rw-r--r-- | misc/gkrellscore/Makefile | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/misc/gkrellscore/Makefile b/misc/gkrellscore/Makefile new file mode 100644 index 000000000000..d441ee451352 --- /dev/null +++ b/misc/gkrellscore/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: gkrellscore +# Date Created: Fri Aug 17 15:57:42 EDT 2001 +# Whom: Patrick Li <pat@databits.net> +# +# $FreeBSD$ +# + +PORTNAME= gkrellscore +PORTVERSION= 0.0.2 +CATEGORIES= misc +MASTER_SITES= http://ssl.usu.edu/paul/gkrellscore/ +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= pat@databits.net + +BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm +RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm \ + wget:${PORTSDIR}/ftp/wget + +WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} +USE_X_PREFIX= yes +USE_GTK= yes +USE_IMLIB= yes +USE_GMAKE= yes + +pre-patch: + @${PERL} -pi.orig -e 's|/usr/bin/perl|${PERL}|; \ + s|(mkdir \$$dir)|$$1,0755|' \ + ${WRKSRC}/gkrellscore.excite + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/gkrellscore.so \ + ${PREFIX}/libexec/gkrellm/plugins + @${INSTALL_SCRIPT} ${WRKSRC}/gkrellscore.excite \ + ${PREFIX}/bin + +.include <bsd.port.mk> |