summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2018-01-11 11:50:06 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2018-01-11 11:50:06 +0000
commit52cad4515c3d09121c705a77d2e944bf5b1c2364 (patch)
tree366fee9f043838ce1902a428e0e2eebfdfe4a435 /astro
parent- Convert to option helpers, wrap overly long lines, mute MKDIRs (diff)
- Unbreak the build with LIBNOVA option disabled (we
do not have /usr/X11R6 for quite a long time) - Move the options block lower within the Makefile - Add missing USE_XORG as reported by `stage-qa' - Provide sensible description for LIBNOVA option - Remove MONOCHROME option: the program does not run properly with it ("Fatal Error! No visuals that we can use") and monochrome mode can be enabled by launching it with `-m' switch - Convert to option helpers, use INSTALL_DATA for installing documentation files, not INSTALL_MAN
Notes
Notes: svn path=/head/; revision=458721
Diffstat (limited to 'astro')
-rw-r--r--astro/xmoontool/Makefile19
-rw-r--r--astro/xmoontool/files/patch-Makefile7
2 files changed, 14 insertions, 12 deletions
diff --git a/astro/xmoontool/Makefile b/astro/xmoontool/Makefile
index f429e53cb6e9..dde438c05f0b 100644
--- a/astro/xmoontool/Makefile
+++ b/astro/xmoontool/Makefile
@@ -10,26 +10,25 @@ MASTER_SITES= http://www.senax.net/xmoontool/
MAINTAINER= frank@dynamical-systems.org
COMMENT= Version of John Walker's classical moontool for X11/Motif
-OPTIONS_DEFINE= DOCS LIBNOVA MONOCHROME
-OPTIONS_DEFAULT= LIBNOVA
-LIBNOVA_DESC= libnova support
-MONOCHROME_DESC= Use monochrome display
-
USES= motif
+USE_XORG= x11 xt
-PORTDOCS= NOTES
PLIST_FILES= bin/xmoontool man/man1/xmoontool.1.gz
+PORTDOCS= NOTES
+OPTIONS_DEFINE= DOCS LIBNOVA
+OPTIONS_DEFAULT= LIBNOVA
+
+LIBNOVA_DESC= High-accuracy astronomical model (libnova)
LIBNOVA_MAKE_ENV_OFF= WITHOUT_LIBNOVA=yes
LIBNOVA_LIB_DEPENDS= libnova.so:astro/libnova
-MONOCHROME_MAKE_ENV= DEFINES=""
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xmoontool ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xmoontool.1 ${STAGEDIR}${PREFIX}/man/man1
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for i in ${PORTDOCS}
- ${INSTALL_MAN} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
-.endfor
+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
diff --git a/astro/xmoontool/files/patch-Makefile b/astro/xmoontool/files/patch-Makefile
index 8b105a88c629..0d011b5eae67 100644
--- a/astro/xmoontool/files/patch-Makefile
+++ b/astro/xmoontool/files/patch-Makefile
@@ -1,8 +1,11 @@
--- Makefile.orig 2006-02-24 22:00:24 UTC
+++ Makefile
-@@ -8,9 +8,9 @@ INSTALL?= install
+@@ -6,11 +6,11 @@
+ RMCMD?= rm -f
+ INSTALL?= install
LOCALBASE?= /usr/local
- X11BASE?= /usr/X11R6
+-X11BASE?= /usr/X11R6
++X11BASE?= $(LOCALBASE)
-CC= gcc
-CFLAGS= -O2 -Wall