diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-26 08:34:07 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-26 08:34:07 +0000 |
commit | 286a8106f543f32a8780aef3483b7b5d1b14251b (patch) | |
tree | d6bf9a96f9f84a951c4c8638a4ceaca797179531 /astro | |
parent | 75d5290a29a2e0c24d22c3a8334b4b3f707f4f8a (diff) | |
download | ports-286a8106f543f32a8780aef3483b7b5d1b14251b.tar.gz ports-286a8106f543f32a8780aef3483b7b5d1b14251b.zip |
Import of wmglobe: a neat dockapp that displays an xeath-like
display of the earth that is currentlyl under the sun, and more.
PR: 12396
Submitted by: Will Andrews <andrews@technologist.com>
Notes
Notes:
svn path=/head/; revision=19791
Diffstat (limited to 'astro')
-rw-r--r-- | astro/wmglobe/Makefile | 33 | ||||
-rw-r--r-- | astro/wmglobe/distinfo | 1 | ||||
-rw-r--r-- | astro/wmglobe/files/patch-aa | 28 | ||||
-rw-r--r-- | astro/wmglobe/pkg-comment | 1 | ||||
-rw-r--r-- | astro/wmglobe/pkg-descr | 8 | ||||
-rw-r--r-- | astro/wmglobe/pkg-plist | 1 |
6 files changed, 72 insertions, 0 deletions
diff --git a/astro/wmglobe/Makefile b/astro/wmglobe/Makefile new file mode 100644 index 000000000000..83b1da90cd8f --- /dev/null +++ b/astro/wmglobe/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: wmglobe +# Version required: 1.0 +# Date created: 23 Jun 1999 +# Whom: Will Andrews <andrews@technologist.com> +# +# $Id$ +# + +DISTNAME= wmglobe-1.0 +CATEGORIES= astro windowmaker +MASTER_SITES= http://perso.linuxfr.org/jdumont/wmg/ \ + http://www.cana.net/~acme/wmglobe/ \ + http://www.psn.net/~andrews/wmglobe/ + +MAINTAINER= andrews@technologist.com + +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ + jpeg.9:${PORTSDIR}/graphics/jpeg \ + png.3:${PORTSDIR}/graphics/png \ + tiff.4:${PORTSDIR}/graphics/tiff34 \ + gif.3:${PORTSDIR}/graphics/giflib \ + wraster.3:${PORTSDIR}/x11-wm/windowmaker + +USE_X_PREFIX= yes +USE_GMAKE= yes + +MAN1= wmglobe.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/wmglobe ${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/wmglobe.1 ${PREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/astro/wmglobe/distinfo b/astro/wmglobe/distinfo new file mode 100644 index 000000000000..3d8c049c9970 --- /dev/null +++ b/astro/wmglobe/distinfo @@ -0,0 +1 @@ +MD5 (wmglobe-1.0.tar.gz) = 0452931026c9c6ed84732a0e57f9bfff diff --git a/astro/wmglobe/files/patch-aa b/astro/wmglobe/files/patch-aa new file mode 100644 index 000000000000..f6c7958d4aa0 --- /dev/null +++ b/astro/wmglobe/files/patch-aa @@ -0,0 +1,28 @@ +--- Makefile.orig Tue Feb 2 12:11:37 1999 ++++ Makefile Sat Jun 26 01:23:37 1999 +@@ -1,12 +1,12 @@ +-INC = -I/usr/X11R6/include +-LIBS = -lXext -lX11 -lm -L/usr/X11R6/lib \ +- -ltiff -lXpm -lpng -lz -ljpeg -lungif -lwraster ++INC = -I${X11BASE}/include ++LIBS = -lXext -lX11 -lm -L${X11BASE}/lib -L${LOCALBASE}/lib \ ++ -ltiff -lXpm -lpng -lz -ljpeg -lgif -lwraster + OBJS = src/wmglobe.o src/rend.o src/wmgutil.o \ + src/sunpos.o src/myconvert.o src/mycontext.o + + + .c.o : +- gcc -c -O2 -Wall $(INC) $< -o $*.o ++ ${CC} -c ${CFLAGS} -Wall $(INC) $< -o $*.o + + all: wmglobe + +@@ -14,7 +14,7 @@ + rm -f src/*.o wmglobe + + wmglobe : $(OBJS) +- gcc -O2 -Wall $(OBJS) -o wmglobe $(LIBS) ++ ${CC} ${CFLAGS} -Wall $(OBJS) -o wmglobe $(LIBS) + strip wmglobe + + install : diff --git a/astro/wmglobe/pkg-comment b/astro/wmglobe/pkg-comment new file mode 100644 index 000000000000..637fe172810f --- /dev/null +++ b/astro/wmglobe/pkg-comment @@ -0,0 +1 @@ +A neat xearth-like WindowMaker dockapp diff --git a/astro/wmglobe/pkg-descr b/astro/wmglobe/pkg-descr new file mode 100644 index 000000000000..7ed33296fa6a --- /dev/null +++ b/astro/wmglobe/pkg-descr @@ -0,0 +1,8 @@ +wmglobe is a neat WindowMaker dockapp that displays a +xearth-like display of the earth that is currently under +the sun, and does a lot of other neat stuff. + +Author: jerome.dumonteil@linuxfr.org +WWW: http://perso.linuxfr.org/jdumont/wmg/ + +- Will <andrews@technologist.com> diff --git a/astro/wmglobe/pkg-plist b/astro/wmglobe/pkg-plist new file mode 100644 index 000000000000..c6eec35d2eba --- /dev/null +++ b/astro/wmglobe/pkg-plist @@ -0,0 +1 @@ +bin/wmglobe |