Index: astro/wmglobe/Makefile =================================================================== --- astro/wmglobe/Makefile (nonexistent) +++ astro/wmglobe/Makefile (working copy) @@ -0,0 +1,21 @@ +# Created by: Will Andrews +# $FreeBSD$ + +PORTNAME= wmglobe +DISTVERSION= 1.3 +PORTREVISION= 11 +CATEGORIES= astro windowmaker geography +MASTER_SITES= http://www.dockapps.net/download/ + +COMMENT= Neat xearth-like WindowMaker dockapp + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libwraster.so:x11-wm/libwraster + +PLIST_FILES= bin/wmglobe \ + man/man1/wmglobe.1.gz +MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} + +.include Property changes on: astro/wmglobe/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: astro/wmglobe/distinfo =================================================================== --- astro/wmglobe/distinfo (nonexistent) +++ astro/wmglobe/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1513946787 +SHA256 (wmglobe-1.3.tar.gz) = 3ba943d2e2e18d6c517144f74db81e51b8f9137dcde377c83f3414df9c75a914 +SIZE (wmglobe-1.3.tar.gz) = 75541 Property changes on: astro/wmglobe/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: astro/wmglobe/files/patch-Makefile =================================================================== --- astro/wmglobe/files/patch-Makefile (nonexistent) +++ astro/wmglobe/files/patch-Makefile (working copy) @@ -0,0 +1,31 @@ +--- Makefile.orig 1999-02-06 12:17:06 UTC ++++ Makefile +@@ -1,12 +1,11 @@ +-INC = -I/usr/X11R6/include +-LIBS = -lXext -lX11 -lm -L/usr/X11R6/lib \ +- -ltiff -lXpm -lpng -lz -ljpeg -lungif -lwraster ++INC = `pkg-config wrlib --cflags` ++LIBS = -lm `pkg-config wrlib xpm xext --libs` + 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} $(INC) $< -o $@ + + all: wmglobe + +@@ -14,9 +13,8 @@ clean: + rm -f src/*.o wmglobe + + wmglobe : $(OBJS) +- gcc -O2 -Wall $(OBJS) -o wmglobe $(LIBS) +- strip wmglobe ++ ${CC} ${CFLAGS} $(OBJS) -o wmglobe $(LIBS) + + install : +- install wmglobe /usr/local/bin +- install wmglobe.1 /usr/local/man/man1 ++ ${BSD_INSTALL_PROGRAM} wmglobe ${PREFIX}/bin ++ ${BSD_INSTALL_MAN} wmglobe.1 ${PREFIX}/man/man1 Property changes on: astro/wmglobe/files/patch-Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: astro/wmglobe/pkg-descr =================================================================== --- astro/wmglobe/pkg-descr (nonexistent) +++ astro/wmglobe/pkg-descr (working copy) @@ -0,0 +1,5 @@ +wmglobe is a neat WindowMaker dockapp that displays a +xearth-like view of the earth that is currently under +the sun, and does a lot of other neat stuff. + +WWW: http://www.dockapps.net/wmglobe Property changes on: astro/wmglobe/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property