1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/astro/wmsolar/Makefile
Mathieu Arnold 7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00

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>