mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
3907fa65a4
PR: ports/47652 Submitted by: Simon 'portlint' Schubert <corecode@corecode.ath.cx>
30 lines
618 B
Makefile
30 lines
618 B
Makefile
# New ports collection makefile for: wmjupiter
|
|
# Date created: Tue Jan 15 17:28:49 EST 2002
|
|
# Whom: pat
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wmjupiter
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= astro windowmaker
|
|
MASTER_SITES= http://www.inxsoft.net/wmjupiter/
|
|
|
|
MAINTAINER= pat@FreeBSD.org
|
|
COMMENT= Dockapp that displays information on jupiter
|
|
|
|
WRKSRC= ${WRKDIR}/wmJupiter
|
|
USE_X_PREFIX= yes
|
|
USE_REINPLACE= yes
|
|
USE_XPM= yes
|
|
USE_GMAKE= yes
|
|
|
|
pre-patch:
|
|
@${REINPLACE_CMD} -e 's|values.h|float.h|; s|MAXDOUBLE|DBL_MAX|g' \
|
|
${WRKSRC}/wmJupiter.c
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/wmJupiter ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|