mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
New port gkrellkam version 0.2.3b: GKrellM plugin that display
thumbnails of periodically updated images PR: 29830 Submitted by: Patrick Li <pat@databits.net>
This commit is contained in:
parent
ed037e6e47
commit
d1b5b62cbb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47096
@ -67,6 +67,7 @@
|
||||
SUBDIR += gimp-manual-ps
|
||||
SUBDIR += gimp1
|
||||
SUBDIR += giram
|
||||
SUBDIR += gkrellkam
|
||||
SUBDIR += glass
|
||||
SUBDIR += gle
|
||||
SUBDIR += glide3
|
||||
|
33
graphics/gkrellkam/Makefile
Normal file
33
graphics/gkrellkam/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: gkrellkam
|
||||
# Date Created: Fri Aug 17 15:57:42 EDT 2001
|
||||
# Whom: Patrick Li <pat@databits.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gkrellkam
|
||||
PORTVERSION= 0.2.3b
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= pat@databits.net
|
||||
|
||||
BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
|
||||
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
|
||||
USE_X_PREFIX= yes
|
||||
USE_GTK= yes
|
||||
USE_IMLIB= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAN5= gkrellkam-list.5
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/gkrellkam.so \
|
||||
${PREFIX}/libexec/gkrellm/plugins
|
||||
@${INSTALL_MAN} ${WRKSRC}/gkrellkam-list.5 ${MANPREFIX}/man/man5
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/gkrellkam/distinfo
Normal file
1
graphics/gkrellkam/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (gkrellkam_0.2.3b.tar.gz) = c003dca178c14f13250663deb389d0de
|
16
graphics/gkrellkam/files/patch-Makefile
Normal file
16
graphics/gkrellkam/files/patch-Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
--- Makefile.orig Tue Jul 31 19:27:40 2001
|
||||
+++ Makefile Wed Aug 29 13:13:18 2001
|
||||
@@ -9,10 +9,9 @@
|
||||
# To facilitate packaging- leave blank for normal installation
|
||||
DESTDIR =
|
||||
|
||||
-CC := gcc
|
||||
-GTKFLAGS := $(shell gtk-config --cflags)
|
||||
-IMLIBFLAGS := $(shell imlib-config --cflags-gdk)
|
||||
-CFLAGS := $(CFLAGS) -fPIC -Wall $(GTKFLAGS) $(IMLIBFLAGS)
|
||||
+GTKFLAGS = `${GTK_CONFIG} --cflags`
|
||||
+IMLIBFLAGS = `${IMLIB_CONFIG} --cflags-gdk`
|
||||
+CFLAGS += -fPIC -Wall $(GTKFLAGS) $(IMLIBFLAGS)
|
||||
LDFLAGS := -shared -Wl
|
||||
INST_DIR := $(DESTDIR)/usr/lib/gkrellm/plugins
|
||||
USER_INST_DIR := $(DESTDIR)$(HOME)/.gkrellm/plugins
|
1
graphics/gkrellkam/pkg-comment
Normal file
1
graphics/gkrellkam/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
GKrellM plugin that display thumbnails of periodically updated images
|
7
graphics/gkrellkam/pkg-descr
Normal file
7
graphics/gkrellkam/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
A plugin to GKrellM that displays thumbnails of periodically updated
|
||||
images
|
||||
|
||||
WWW: http://gkrellkam.sourceforge.net/
|
||||
Author: Paul Cannon <paul@cannon.cs.usu.edu>
|
||||
|
||||
- Patrick Li <pat@databits.net>
|
1
graphics/gkrellkam/pkg-plist
Normal file
1
graphics/gkrellkam/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
libexec/gkrellm/plugins/gkrellkam.so
|
Loading…
Reference in New Issue
Block a user