91c3b180c1
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'a'.
28 lines
576 B
Makefile
28 lines
576 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
|
|
USES= dos2unix gmake xorg
|
|
USE_XORG= x11 xext xpm
|
|
USE_CXXSTD= gnu++98
|
|
|
|
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>
|