mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
e6119b936b
remove USE_GMAKE PR: 20411 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
24 lines
492 B
Makefile
24 lines
492 B
Makefile
# New ports collection makefile for: wmSpaceWeather
|
|
# Date created: 16 April 1999
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wmspaceweather
|
|
PORTVERSION= 1.04
|
|
CATEGORIES= astro windowmaker
|
|
MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/
|
|
DISTNAME= wmSpaceWeather-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/wmSpaceWeather
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_XPM= yes
|
|
ALL_TARGET= clean all
|
|
|
|
MAN1= wmSpaceWeather.1
|
|
|
|
.include <bsd.port.mk>
|