mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
31 lines
644 B
Makefile
31 lines
644 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
|
|
PORTREVISION= 2
|
|
CATEGORIES= astro windowmaker
|
|
MASTER_SITES= http://www.inxsoft.net/wmjupiter/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Dockapp that displays information on jupiter
|
|
|
|
PLIST_FILES= bin/wmJupiter
|
|
WRKSRC= ${WRKDIR}/wmJupiter
|
|
USE_X_PREFIX= 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>
|