1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/astro/wmjupiter/Makefile
Pietro Cerutti db27ee311e - USE_X_PREFIX and USE_XPM --> USE_XORG
Approved by:	miwi (mentor)
2008-03-13 18:40:53 +00:00

30 lines
636 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= 3
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_XORG= x11 xext xpm
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>