View | Details | Raw Unified | Return to bug 175003
Collapse All | Expand All

(-)./Makefile (-8 / +5 lines)
Lines 1-12 Link Here
1
# New ports collection makefile for:	swe
1
# $FreeBSD$
2
# Date created:				30 Oct 2008
3
# Whom:					Wen Heping <wenheping@gmail.com>
4
#
5
# $FreeBSD: ports/astro/swe/Makefile,v 1.3 2012/11/17 05:54:26 svnexp Exp $
6
#
7
2
8
PORTNAME=	swe
3
PORTNAME=	swe
9
PORTVERSION=	1.77.00
4
PORTVERSION=	1.78.00
10
CATEGORIES=	astro devel
5
CATEGORIES=	astro devel
11
MASTER_SITES=	ftp://ftp.astro.com/pub/swisseph/
6
MASTER_SITES=	ftp://ftp.astro.com/pub/swisseph/
12
DISTNAME=	${PORTNAME}_unix_src_${PORTVERSION}
7
DISTNAME=	${PORTNAME}_unix_src_${PORTVERSION}
Lines 19-24 Link Here
19
ALL_TARGET=
14
ALL_TARGET=
20
USE_LDCONFIG=	yes
15
USE_LDCONFIG=	yes
21
16
17
OPTIONS_DEFINE=		DOCS
18
22
.include <bsd.port.pre.mk>
19
.include <bsd.port.pre.mk>
23
post-patch:
20
post-patch:
24
	@${REINPLACE_CMD} -e 's|-pedantic||' ${WRKSRC}/Makefile
21
	@${REINPLACE_CMD} -e 's|-pedantic||' ${WRKSRC}/Makefile
Lines 33-39 Link Here
33
	${INSTALL_DATA} ${WRKSRC}/*.h ${LOCALBASE}/include/swe
30
	${INSTALL_DATA} ${WRKSRC}/*.h ${LOCALBASE}/include/swe
34
31
35
post-install:
32
post-install:
36
.if !defined(NOPORTDOCS)
33
.if ${PORT_OPTIONS:MDOCS}
37
	${MKDIR} ${DOCSDIR}
34
	${MKDIR} ${DOCSDIR}
38
	${INSTALL_DATA} ${WRKDIR}/doc/* ${DOCSDIR}/
35
	${INSTALL_DATA} ${WRKDIR}/doc/* ${DOCSDIR}/
39
.endif
36
.endif
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (swe_unix_src_1.77.00.tar.gz) = 5a5b43e6da3e3ee74ba2c0d397bf53e5bede311fce39ee76671a014356934a38
1
SHA256 (swe_unix_src_1.78.00.tar.gz) = 69abd9a49d16693768d223a0acad484b8c5b9ca46d434c8942f5ea815ffd81ee
2
SIZE (swe_unix_src_1.77.00.tar.gz) = 3542169
2
SIZE (swe_unix_src_1.78.00.tar.gz) = 4517350

Return to bug 175003