mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
bbed9774f9
Also some minor nits (extra fluff in all of my ports' DESCR files, USE_XLIB defined when USE_X_PREFIX is also defined, etc).
31 lines
775 B
Makefile
31 lines
775 B
Makefile
# New ports collection makefile for: wmSpaceWeather
|
|
# Version required: 1.04
|
|
# Date created: 16 April 1999
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1999/04/30 04:54:58 taoka Exp $
|
|
|
|
DISTNAME= wmSpaceWeather-1.04
|
|
PKGNAME= wmspaceweather-1.04
|
|
CATEGORIES= astro windowmaker
|
|
MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/
|
|
|
|
MAINTAINER= cpiazza@FreeBSD.org
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/wmSpaceWeather
|
|
|
|
USE_GMAKE= yes
|
|
USE_X_PREFIX= yes
|
|
ALL_TARGET= clean all
|
|
|
|
MAN1= wmSpaceWeather.1
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/wmSpaceWeather ${PREFIX}/bin
|
|
${INSTALL_SCRIPT} ${WRKSRC}/GetKp ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/wmSpaceWeather.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|