mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add cog, the COnfigurator for Gnome, a program for editing advanced GNOME
settings in an easy way.
This commit is contained in:
parent
0dfdec2a0a
commit
8b6cb7b290
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108120
@ -59,6 +59,7 @@
|
||||
SUBDIR += clockspeed-conf
|
||||
SUBDIR += cloop-utils
|
||||
SUBDIR += cmdwatch
|
||||
SUBDIR += cog
|
||||
SUBDIR += colorize
|
||||
SUBDIR += comconsole
|
||||
SUBDIR += consolehm
|
||||
|
23
sysutils/cog/Makefile
Normal file
23
sysutils/cog/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: COnfigurator for Gnome
|
||||
# Date created: 01 May 2004
|
||||
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cog
|
||||
PORTVERSION= 0.7.1
|
||||
CATEGORIES= sysutils gnome
|
||||
MASTER_SITES= http://www.krakoa.dk/progs/cog/
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= A program for editing advanced GNOME settings in an easy way
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomeprefix gnomehack libgnomeui
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/cog/distinfo
Normal file
2
sysutils/cog/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (cog-0.7.1.tar.gz) = 5c5dba9a8098f0a1af1fbb4a0922d6eb
|
||||
SIZE (cog-0.7.1.tar.gz) = 97359
|
11
sysutils/cog/files/patch-configure
Normal file
11
sysutils/cog/files/patch-configure
Normal file
@ -0,0 +1,11 @@
|
||||
--- configure.orig Sat May 1 18:43:53 2004
|
||||
+++ configure Sat May 1 18:44:08 2004
|
||||
@@ -5228,7 +5228,7 @@
|
||||
cog_prefix="${prefix}"
|
||||
fi
|
||||
cog_version="${VERSION}"
|
||||
-cog_datadir="${cog_prefix}/share/cog/${cog_version}"
|
||||
+cog_datadir="${cog_prefix}/share/gnome/cog/${cog_version}"
|
||||
cog_gladedir="${cog_datadir}/glade"
|
||||
|
||||
|
3
sysutils/cog/pkg-descr
Normal file
3
sysutils/cog/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A program for editing advanced GNOME settings in an easy way.
|
||||
|
||||
WWW: http://www.krakoa.dk/linux-software.html#COG
|
10
sysutils/cog/pkg-plist
Normal file
10
sysutils/cog/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
bin/cog
|
||||
share/gnome/applications/cog.desktop
|
||||
share/gnome/cog/0.7.1/glade/cog.glade
|
||||
share/gnome/cog/pixmaps/cog-icon-2-48x48.png
|
||||
share/gnome/cog/pixmaps/cog-icon-48x48.png
|
||||
share/gnome/cog/pixmaps/cog-logo-1.png
|
||||
@dirrm share/gnome/cog/0.7.1/glade
|
||||
@dirrm share/gnome/cog/0.7.1
|
||||
@dirrm share/gnome/cog/pixmaps
|
||||
@dirrm share/gnome/cog
|
Loading…
Reference in New Issue
Block a user