1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/astro/wmjupiter/Makefile
Niclas Zeising 91c3b180c1 Add USES=xorg USES=gl, ports categories a
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'a'.
2019-11-04 20:39:51 +00:00

29 lines
547 B
Makefile

# Created by: pat
# $FreeBSD$
PORTNAME= wmjupiter
PORTVERSION= 1.21
CATEGORIES= astro windowmaker
MAINTAINER= tkuiper@inxsoft.net
COMMENT= Dockapp that displays information on Jupiter
LICENSE= GPLv2 BSD3CLAUSE
LICENSE_COMB= dual
USE_GITHUB= yes
GH_ACCOUNT= engerim42
PLIST_FILES= bin/wmJupiter
USES= gmake xorg
USE_XORG= x11 xext xpm
pre-patch:
@${REINPLACE_CMD} -e 's|values.h|float.h|; s|MAXDOUBLE|DBL_MAX|g' \
${WRKSRC}/wmJupiter.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmJupiter ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>