# New ports collection makefile for: ephem # Date created: 3 April 1997 # Whom: eserte # # $FreeBSD$ # PORTNAME= ephem PORTVERSION= 4.28 CATEGORIES= astro MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= asami/LOCAL_PORTS DISTNAME= ${PORTNAME}_${PORTVERSION}_unix MAINTAINER= eserte@cs.tu-berlin.de COMMENT= An interactive terminal-based astronomical ephemeris program NO_WRKSUBDIR= yes ALL_TARGET= CFLAGS+= -Wno-implicit do-install: -cd ${WRKSRC}; \ ${INSTALL_PROGRAM} ephem ${PREFIX}/bin; \ ${MKDIR} ${PREFIX}/share/ephem; \ ${INSTALL_DATA} Man.txt ${PREFIX}/share/ephem/; \ [ ! -f ${PREFIX}/share/ephem/ephem.db ] && ${INSTALL_DATA} ephem.db ${PREFIX}/share/ephem/; \ [ ! -f ${PREFIX}/share/ephem/ephem.cfg ] && ${INSTALL_DATA} ephem.cfg ${PREFIX}/share/ephem/ post-install: @${ECHO_MSG} Don\'t forget to edit ${PREFIX}/share/ephem/ephem.cfg! .include email>mat@FreeBSD.org 2015-05-14T10:15:04+00:00 d72353c225a0cff8478c442d745a54e4630671fc - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Remove USE_AUTOTOOLS 2014-09-24T12:58:46+00:00 tijl tijl@FreeBSD.org 2014-09-24T12:58:46+00:00 d7efbd6d6c4cfa3916f4a3567d7a08f9508389e0