# Ports collection makefile for: f77-freebsd # Date created: 19 JAN 1999 # Whom: Steven G. Kargl # # $FreeBSD$ # PORTNAME= f77 PORTVERSION= 0.3 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= lioux DISTNAME= f77-freebsd.0.3 MAINTAINER= ports@FreeBSD.org COMMENT= Fortran 77 driver utility for f2c and gcc .ifdef GNU_CPP RUN_DEPENDS= ${PREFIX}/bin/f2c:${PORTSDIR}/lang/f2c .else RUN_DEPENDS= ${PREFIX}/bin/fpp:${PORTSDIR}/devel/fpp \ ${PREFIX}/bin/f2c:${PORTSDIR}/lang/f2c .endif # Set F77NAME to the name of the Fortran 77 wrapper. F77NAME= ftn77 .ifdef GNU_CPP MAKE_ARGS= "CFLAGS= ${CFLAGS} -DPP_COMMAND='\"/usr/bin/cpp\"' \ -DF2C_COMMAND='\"${PREFIX}/bin/f2c\"'" .else MAKE_ARGS= "CFLAGS= ${CFLAGS} -DSUN_FPP \ -DPP_COMMAND='\"${PREFIX}/bin/fpp\"' \ -DF2C_COMMAND='\"${PREFIX}/bin/f2c\"'" .endif ALL_TARGET= depend all MAN1= ${F77NAME}.1 PLIST= ${WRKDIR}/PLIST pre-install: @${ECHO_CMD} 'bin/${F77NAME}' > ${PLIST} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/f77 ${PREFIX}/bin/${F77NAME} @${SED} -e 's/F77/${F77NAME}/g' -e 's/f77/${F77NAME}/g' \ ${WRKSRC}/f77.1 > ${WRKSRC}/${F77NAME}.1 ${INSTALL_MAN} ${WRKSRC}/${F77NAME}.1 ${PREFIX}/man/man1 .include
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/arabic
Commit message (Expand)AuthorAgeFilesLines
* Update to KDE 3.4.2 / KOffice 1.4.1lofi2005-08-014-7/+11
* - Update to 1.5 [1]jylefort2005-07-255-18/+21
* This LaTeX package extends the capabilities of TeX/LaTeX to generatepav2005-07-205-0/+250
* Remove openoffice.org localized ports as I announced:maho2005-06-292-16/+0
* Update to KDE 3.4.1lofi2005-06-265-9/+4
* Added slave port of lang/php_doc for the Arabic language.edwin2005-05-232-0/+14
* Update to KDE 3.4lofi2005-03-216-41/+14
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-1/+1
* The Islamic Tools and Libraries (ITL) is a project to provide a plethora ofpav2005-01-166-0/+83
* Tweak IGNORE string to give a better-worded error message.kris2004-12-191-1/+1
* Fix kde3-i18n ports.lofi2004-12-162-4/+4
* Update to KDE 3.3.2lofi2004-12-145-7/+7
* Update to KDE 3.3.1lofi2004-11-082-4/+4
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-1/+1
* Update to KDE 3.3lofi2004-08-318-91/+15
* Chase libaspell to aspell.16.thierry2004-08-291-3/+3
* - Update to 1.1vs2004-08-273-48/+49
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,anholt2004-07-241-9/+3
* Pet portlint.lofi2004-07-112-1/+3
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
* Update to version 3.2.3lofi2004-06-106-62/+210
* - Fix crash in search and replacepav2004-05-253-1/+25