summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-10-28 14:55:37 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-10-28 14:55:37 +0000
commitf0288c457cba41498cc8bae2749cb5e7dffaf793 (patch)
tree8d7225a3d7679506eec59915a1cc02388e7cf5b4 /astro
parentAdd new port of entity 0.6.6, an XML-based tool for RAD. (diff)
Fix Imakefile breakage under XFree86 4.x
PR: 22359 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=34356
Diffstat (limited to 'astro')
-rw-r--r--astro/xephem/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/astro/xephem/Makefile b/astro/xephem/Makefile
index 2ae8ac879afe..622d49c7cff8 100644
--- a/astro/xephem/Makefile
+++ b/astro/xephem/Makefile
@@ -14,16 +14,15 @@ MASTER_SITES= http://www.clearskyinstitute.com/xephem/xephem/ \
MAINTAINER= ports@FreeBSD.org
-USE_XPM= yes
+WRKSRC= ${WRKDIR}/${DISTNAME}/GUI/xephem
+
REQUIRES_MOTIF= yes
+USE_XPM= yes
USE_IMAKE= yes
-MANCOMPRESSED= no
-WRKSRC= ${WRKDIR}/${DISTNAME}/GUI/xephem
+MAN1= xephem.1
LIBSRC= ${WRKDIR}/${DISTNAME}/libastro
-MAN1= xephem.1
-
AUXIL= README jupiter.9910 logo.gif mars.9910 mars_db marsmap.fts \
moon.fts moon_db saturne.9910 uranus.9910 xephem.hlp \
xephem_sites
@@ -46,9 +45,7 @@ pre-build:
@(cd ${LIBSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${ALL_TARGET})
${SED} -e "s^@PREFIX@^${PREFIX}^" ${WRKSRC}/XEphem.ad > ${WRKSRC}/XEphem.ad.new
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/xephem ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/xephem.man ${PREFIX}/man/man1/xephem.1
+post-install:
${INSTALL_DATA} ${WRKSRC}/XEphem.ad.new ${PREFIX}/lib/X11/app-defaults/XEphem
${MKDIR} ${PREFIX}/lib/X11/xephem