1999-12-27 21:38:04 +00:00
|
|
|
# New ports collection makefile for: libU77
|
|
|
|
# Date Created: 8 October 1998
|
|
|
|
# Whom: Glenn Johnson <gjohnson@nola.srrc.usda.gov>
|
1998-11-16 03:08:34 +00:00
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1998-11-16 03:08:34 +00:00
|
|
|
#
|
|
|
|
|
2000-04-11 21:30:15 +00:00
|
|
|
PORTNAME= libU77
|
|
|
|
PORTVERSION= 2.6
|
2009-09-13 00:08:01 +00:00
|
|
|
PORTREVISION= 3
|
1999-12-27 21:38:04 +00:00
|
|
|
CATEGORIES= devel
|
2003-10-28 09:39:09 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= trevor
|
1998-11-16 03:08:34 +00:00
|
|
|
|
1999-12-27 21:38:04 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 17:07:10 +00:00
|
|
|
COMMENT= Adds Fortran intrinsics missing from f2c
|
1998-11-16 03:08:34 +00:00
|
|
|
|
2006-08-14 22:55:18 +00:00
|
|
|
USE_LDCONFIG= yes
|
2007-07-14 02:56:36 +00:00
|
|
|
USE_FORTRAN= yes
|
2007-01-12 13:12:32 +00:00
|
|
|
|
1998-11-16 03:08:34 +00:00
|
|
|
pre-build:
|
|
|
|
${CP} ${FILESDIR}/makefile.lib ${WRKSRC}/Makefile
|
|
|
|
|
2001-02-14 05:43:00 +00:00
|
|
|
MAN3= access.3f alarm.3f chdir.3f chmod.3f ctime.3f drand.3f dsecnd.3f \
|
1998-11-16 03:08:34 +00:00
|
|
|
dtime.3f etime.3f exit.3f falloc.3f fdate.3f fork.3f free.3f \
|
|
|
|
fstat.3f gerror.3f getarg.3f getcwd.3f getenv.3f getgid.3f \
|
|
|
|
getlog.3f getpid.3f getuid.3f gmtime.3f hostnm.3f iargc.3f idate.3f \
|
|
|
|
ierrno.3f irand.3f itime.3f kill.3f len.3f link.3f lnblnk.3f loc.3f \
|
|
|
|
lstat.3f ltime.3f malloc.3f mclock.3f perror.3f qsort.3f rand.3f \
|
|
|
|
rename.3f second.3f seterr.3f signal.3f sleep.3f stat.3f symlnk.3f \
|
|
|
|
system.3f time.3f unlink.3f wait.3f wclock.3f
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/man/*.3f ${PREFIX}/man/man3
|
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${PREFIX}/share/doc/libU77
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/manual.ps ${PREFIX}/share/doc/libU77
|
|
|
|
.endif
|
|
|
|
|
2000-03-23 20:06:56 +00:00
|
|
|
.include <bsd.port.mk>
|