blob: 130a84ae533206d2ce78de347f9a8013fa9b9929 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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/
MAINTAINER= will@FreeBSD.org
LIB_DEPENDS= wraster.3:${PORTSDIR}/x11-wm/windowmaker
USE_X_PREFIX= yes
MAN1= wmglobe.1
.include <bsd.port.mk>
|