diff options
Diffstat (limited to 'misc/astrolog/Makefile')
-rw-r--r-- | misc/astrolog/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile index 8dd6099105da..2c89e418d2a3 100644 --- a/misc/astrolog/Makefile +++ b/misc/astrolog/Makefile @@ -8,10 +8,13 @@ PORTNAME= astrolog PORTVERSION= 5.41g +PORTREVISION= 1 CATEGORIES= misc astro MASTER_SITES= ftp://ftp.astro.com/pub/swisseph/ephe/archive_gzip/:ephe \ + ftp://ftp.astro.com/pub/swisseph/:libswe \ http://astrolog.offline.ee/astrolog/changed/:dist -DISTFILES= a541gsrc.tar.gz:dist ${EPHE} +DISTFILES= a541gsrc.tar.gz:dist ${EPHE} \ + swe_unix_src_1.78.00.tar.gz:libswe MAINTAINER= ports@FreeBSD.org COMMENT= An astrology program for X11 and alpha-numeric terminals @@ -41,6 +44,9 @@ NO_WRKSUBDIR= yes DOCS= helpfile.540 readme.541 changes.txt +post-extract: + ${RM} ${WRKDIR}/swe[a-z]* + do-install: -@${MKDIR} ${PREFIX}/lib/astrolog cd ${WRKDIR} && \ |