diff options
author | sada <sada@FreeBSD.org> | 2000-07-29 18:31:36 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2000-07-29 18:31:36 +0800 |
commit | e5a8d405b6aa67e648cdf07f8d8ed0fdf63dd7a8 (patch) | |
tree | 6bfc7e119645748284a01bcd1e502ea145aed961 /net/crescendo | |
parent | 04b9ede8314c6ceb70811d6a8643ccc2c45812a2 (diff) | |
download | freebsd-ports-gnome-e5a8d405b6aa67e648cdf07f8d8ed0fdf63dd7a8.tar.gz freebsd-ports-gnome-e5a8d405b6aa67e648cdf07f8d8ed0fdf63dd7a8.tar.zst freebsd-ports-gnome-e5a8d405b6aa67e648cdf07f8d8ed0fdf63dd7a8.zip |
New port crescendo-1.1.5 - A gnome frontend for tinyfuge.
PR: ports/18262
Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
Diffstat (limited to 'net/crescendo')
-rw-r--r-- | net/crescendo/Makefile | 45 | ||||
-rw-r--r-- | net/crescendo/distinfo | 1 | ||||
-rw-r--r-- | net/crescendo/pkg-comment | 1 | ||||
-rw-r--r-- | net/crescendo/pkg-descr | 13 | ||||
-rw-r--r-- | net/crescendo/pkg-plist | 17 |
5 files changed, 77 insertions, 0 deletions
diff --git a/net/crescendo/Makefile b/net/crescendo/Makefile new file mode 100644 index 000000000000..1c5f888e1fd5 --- /dev/null +++ b/net/crescendo/Makefile @@ -0,0 +1,45 @@ +# New ports collection makefile for: crescendo +# Date created: 27.Apr 2000 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ + +PORTNAME= crescendo +PORTVERSION= 1.1.5 +CATEGORIES= net gnome +MASTER_SITES= http://crescendo.dpnd.com/files/ + +MAINTAINER= dirk.meyer@dinoex.sub.org + +LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs +RUN_DEPENDS= tf:${PORTSDIR}/net/tinyfugue + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-compile-warnings=yes +CONFIGURE_ARGS+= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome \ + --with-gnome=${PREFIX} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + GTK_CONFIG="${GTK_CONFIG}" \ + GLIB_CONFIG="${GLIB_CONFIG}" \ + LIBS="-L${LOCALBASE}/lib" +CFLAGS+= -g +PLIST_SUB= DOCDIR=${DOCDIR} + +DOCDIR= share/doc/${PORTNAME} + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/${DOCDIR} +.for file in AUTHORS COPYING ChangeLog HACKING INSTALL NEWS \ + README README.BINARY TODO + ${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/${DOCDIR} +.endfor +.endif + +.include <bsd.port.mk> diff --git a/net/crescendo/distinfo b/net/crescendo/distinfo new file mode 100644 index 000000000000..82a0285af28e --- /dev/null +++ b/net/crescendo/distinfo @@ -0,0 +1 @@ +MD5 (crescendo-1.1.5.tar.gz) = bced1ba79c84d744f2d60832bae58750 diff --git a/net/crescendo/pkg-comment b/net/crescendo/pkg-comment new file mode 100644 index 000000000000..2b9cb2528f40 --- /dev/null +++ b/net/crescendo/pkg-comment @@ -0,0 +1 @@ +A gnome frontend for tinyfuge diff --git a/net/crescendo/pkg-descr b/net/crescendo/pkg-descr new file mode 100644 index 000000000000..444eac189d9b --- /dev/null +++ b/net/crescendo/pkg-descr @@ -0,0 +1,13 @@ +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 +wlashell@cland.net diff --git a/net/crescendo/pkg-plist b/net/crescendo/pkg-plist new file mode 100644 index 000000000000..653640ec4da0 --- /dev/null +++ b/net/crescendo/pkg-plist @@ -0,0 +1,17 @@ +bin/crescendo +share/crescendo/cr-about.jpg +share/crescendo/cr-splash1.jpg +share/crescendo/startup2.wav +share/gnome/gnome/apps/Internet/crescendo.desktop +share/pixmaps/crescendo.png +%%DOCDIR%%/AUTHORS +%%DOCDIR%%/COPYING +%%DOCDIR%%/ChangeLog +%%DOCDIR%%/HACKING +%%DOCDIR%%/INSTALL +%%DOCDIR%%/NEWS +%%DOCDIR%%/README +%%DOCDIR%%/README.BINARY +%%DOCDIR%%/TODO +@dirrm %%DOCDIR%% +@dirrm share/crescendo |