mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
ec798d26fc
PR: ports/148098 Submitted by: jh at jameshoward.us Approved by: makc (co-mentor)
36 lines
745 B
Makefile
36 lines
745 B
Makefile
# New ports collection makefile for: x12arima
|
|
# Date created: 22 June 2010
|
|
# Whom: jh@jameshoward.us
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= x12arima
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= math finance
|
|
MASTER_SITES= http://www.census.gov/ts/x12a/v03/unix/
|
|
DISTFILES= omegav03src.tar.gz
|
|
DIST_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= jh@jameshoward.us
|
|
COMMENT= X-12-ARIMA seasonal adjustment program
|
|
|
|
USE_FORTRAN= yes
|
|
NO_WRKSUBDIR= yes
|
|
MAKEFILE= makefile.lnx
|
|
|
|
PLIST_FILES= bin/x12a
|
|
|
|
.ifndef(NOPORTDOCS) || make(makesum)
|
|
DISTFILES+= docsv03.tar.gz
|
|
.endif
|
|
|
|
.ifndef(NOPORTDOCS)
|
|
PORTDOCS= ReleaseNotesVersion03.pdf qref03unix.pdf x12adocV03.pdf
|
|
|
|
post-install:
|
|
@${MKDIR} ${DOCSDIR}
|
|
@(cd ${WRKSRC}/docs && ${INSTALL_MAN} ${PORTDOCS} ${DOCSDIR})
|
|
|
|
.endif
|
|
.include <bsd.port.mk>
|