forked from opnsense/ports
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
32 lines (25 loc) · 861 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Created by: eserte
# $FreeBSD$
PORTNAME= ephem
PORTVERSION= 4.28
PORTREVISION= 1
CATEGORIES= astro
MASTER_SITES= LOCAL/trevor
DISTNAME= ${PORTNAME}_${PORTVERSION}_unix
MAINTAINER= [email protected]
COMMENT= Interactive terminal-based astronomical ephemeris program
BROKEN= No public distfiles
DEPRECATED= Broken for more than 6 months
EXPIRATION_DATE= 2015-11-26
NO_WRKSUBDIR= yes
ALL_TARGET=
CFLAGS+= -Wno-implicit -Wno-return-type
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_PROGRAM} ${WRKSRC}/ephem ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/Man.txt ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/ephem.cfg ${STAGEDIR}${DATADIR}/ephem.cfg.sample
${INSTALL_DATA} ${WRKSRC}/ephem.db ${STAGEDIR}${DATADIR}/ephem.db.sample
post-install:
@${ECHO_MSG} "Don't forget to edit ${PREFIX}/share/ephem/ephem.cfg!"
.include <bsd.port.mk>