summaryrefslogtreecommitdiffstats
path: root/net/crescendo
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-04 23:53:23 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-04 23:53:23 +0800
commit80a313c6e2cc44535f3c03e5d4f2700f7121f448 (patch)
tree8e00adc357c860a1daec59b2b7ba561b5f6b14e6 /net/crescendo
parentc82163474330a0f535e5aa329f40de50183eafbc (diff)
downloadmarcuscom-ports-80a313c6e2cc44535f3c03e5d4f2700f7121f448.tar
marcuscom-ports-80a313c6e2cc44535f3c03e5d4f2700f7121f448.tar.gz
marcuscom-ports-80a313c6e2cc44535f3c03e5d4f2700f7121f448.tar.bz2
marcuscom-ports-80a313c6e2cc44535f3c03e5d4f2700f7121f448.tar.lz
marcuscom-ports-80a313c6e2cc44535f3c03e5d4f2700f7121f448.tar.xz
marcuscom-ports-80a313c6e2cc44535f3c03e5d4f2700f7121f448.tar.zst
marcuscom-ports-80a313c6e2cc44535f3c03e5d4f2700f7121f448.zip
- LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7555 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/crescendo')
-rw-r--r--net/crescendo/Makefile54
-rw-r--r--net/crescendo/distinfo3
-rw-r--r--net/crescendo/files/patch-aa11
-rw-r--r--net/crescendo/pkg-descr15
-rw-r--r--net/crescendo/pkg-plist16
5 files changed, 99 insertions, 0 deletions
diff --git a/net/crescendo/Makefile b/net/crescendo/Makefile
new file mode 100644
index 000000000..4d35c676c
--- /dev/null
+++ b/net/crescendo/Makefile
@@ -0,0 +1,54 @@
+# New ports collection makefile for: crescendo
+# Date created: 27.Apr 2000
+# Whom: dirk.meyer@dinoex.sub.org
+#
+# $FreeBSD$
+# $MCom$
+
+PORTNAME= crescendo
+PORTVERSION= 1.1.7
+PORTREVISION= 4
+CATEGORIES= net gnome
+# Master Site broken
+#MASTER_SITES= http://crescendo.lyrical.net/files/
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= dinoex
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= A gnome frontend for tinyfuge
+
+RUN_DEPENDS= tf:${PORTSDIR}/net/tinyfugue
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --enable-compile-warnings=yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
+CFLAGS+= -g
+PLIST_SUB= DOCDIR=share/doc/${PORTNAME}
+MODIFY= Makefile.in data/Makefile.in
+
+USE_X_PREFIX= yes
+USE_GNOME= gnomelibs
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
+ ${WRKSRC}/configure
+
+pre-patch:
+.for i in ${MODIFY}
+ @${MV} ${WRKSRC}/${i} ${WRKSRC}/${i}.sed
+ ${SED} -e 's=$$(prefix)/share/=$$(datadir)/gnome/=g' \
+ ${WRKSRC}/${i}.sed > ${WRKSRC}/${i}
+.endfor
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+.for i in AUTHORS ChangeLog HACKING INSTALL NEWS \
+ README README.BINARY TODO
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/net/crescendo/distinfo b/net/crescendo/distinfo
new file mode 100644
index 000000000..52fa3aa13
--- /dev/null
+++ b/net/crescendo/distinfo
@@ -0,0 +1,3 @@
+MD5 (crescendo-1.1.7.tar.gz) = 6c52e50c61d279eeb6dceac3252ffdde
+SHA256 (crescendo-1.1.7.tar.gz) = e931fb1b7e10a9bbd1abca61854e9eeefa18fa49083291335307ae6bed3ba90a
+SIZE (crescendo-1.1.7.tar.gz) = 637778
diff --git a/net/crescendo/files/patch-aa b/net/crescendo/files/patch-aa
new file mode 100644
index 000000000..b26a31dd9
--- /dev/null
+++ b/net/crescendo/files/patch-aa
@@ -0,0 +1,11 @@
+--- src/splash.c.orig Fri Oct 13 00:38:03 2000
++++ src/splash.c Fri Oct 13 00:38:50 2000
+@@ -32,7 +32,7 @@
+ gtk_signal_connect (GTK_OBJECT(WinSplash), "button_press_event", GTK_SIGNAL_FUNC (gtk_widget_destroy), NULL);
+
+ if(cresc_pref->prefix) {
+- temp = g_strconcat (cresc_pref->prefix, "share/crescendo/cr-splash1.jpg", NULL);
++ temp = g_strconcat (CRESCENDO_DATADIR, "/cr-splash1.jpg", NULL);
+ picSplash = gnome_pixmap_new_from_file(temp);
+ gtk_container_add(GTK_CONTAINER(WinSplash),picSplash);
+ g_free(temp);
diff --git a/net/crescendo/pkg-descr b/net/crescendo/pkg-descr
new file mode 100644
index 000000000..5e1dc3115
--- /dev/null
+++ b/net/crescendo/pkg-descr
@@ -0,0 +1,15 @@
+Oooookay, so you have tinyfugue, and you want
+it pretty, Well, here's your toy. This should
+be -really- straightforward. If you've got this
+out of cvs, run ./autogen.sh ; make and you are
+set.
+
+PLEASE READ HACKING, if you are a developer.
+
+If you got this from a dist, then, ./configure
+should be what you need. Have fun,
+
+need some help, email me, Will LaSHell
+will@lashell.net
+
+WWW: http://crescendo.lyrical.net/
diff --git a/net/crescendo/pkg-plist b/net/crescendo/pkg-plist
new file mode 100644
index 000000000..ca27d66e8
--- /dev/null
+++ b/net/crescendo/pkg-plist
@@ -0,0 +1,16 @@
+bin/crescendo
+share/gnome/crescendo/cr-about.jpg
+share/gnome/crescendo/cr-splash1.jpg
+share/gnome/crescendo/startup2.wav
+share/gnome/apps/Internet/crescendo.desktop
+share/gnome/pixmaps/crescendo.png
+@dirrm share/gnome/crescendo
+%%PORTDOCS%%%%DOCDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCDIR%%/HACKING
+%%PORTDOCS%%%%DOCDIR%%/INSTALL
+%%PORTDOCS%%%%DOCDIR%%/NEWS
+%%PORTDOCS%%%%DOCDIR%%/README
+%%PORTDOCS%%%%DOCDIR%%/README.BINARY
+%%PORTDOCS%%%%DOCDIR%%/TODO
+%%PORTDOCS%%@dirrm %%DOCDIR%%