diff options
Diffstat (limited to 'astro/wmglobe/Makefile')
-rw-r--r-- | astro/wmglobe/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/astro/wmglobe/Makefile b/astro/wmglobe/Makefile new file mode 100644 index 0000000..83b1da9 --- /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> |