1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/astro/wmglobe/Makefile
David E. O'Brien 4f4c6521c9 Id->FreeBSD rename try 2.
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
1999-08-25 04:22:48 +00:00

34 lines
823 B
Makefile

# New ports collection makefile for: wmglobe
# Version required: 1.0
# Date created: 23 Jun 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
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>