mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
7ae7b018cc
with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
28 lines
551 B
Makefile
28 lines
551 B
Makefile
# Created by: Patrick Li <pat@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wmsolar
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= astro windowmaker
|
|
|
|
MAINTAINER= tkuiper@inxsoft.net
|
|
COMMENT= Dockapp that displays the Solar System viewed from the top
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= engerim42
|
|
|
|
PLIST_FILES= bin/wmSolar
|
|
USE_XORG= x11 xext xpm
|
|
USES= dos2unix gmake
|
|
|
|
pre-patch:
|
|
@${REINPLACE_CMD} -e 's|values.h|float.h|; s|MAXDOUBLE|DBL_MAX|g' \
|
|
${WRKSRC}/wmSolar.c
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/wmSolar ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|