mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
209ef88804
Remove do-install target and let WRKSRC/Makefile do the job Remove USE_GMAKE Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Approved by: maintainer Obtained from: ports@FreeBSD.ORG (the mail is one replyed for PR: 16866)
22 lines
423 B
Makefile
22 lines
423 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/
|
|
|
|
MAINTAINER= andrews@technologist.com
|
|
|
|
LIB_DEPENDS= wraster.3:${PORTSDIR}/x11-wm/windowmaker
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
MAN1= wmglobe.1
|
|
|
|
.include <bsd.port.mk>
|