mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Rename math/ patch-xy patches to reflect the files they modify.
This commit is contained in:
parent
8e7fd48a29
commit
a14c066872
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363276
@ -19,7 +19,7 @@ USE_XORG= x11 xpm
|
||||
PLIST_FILES= bin/apc man/man1/apc.1.gz
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/apc ${STAGEDIR}${PREFIX}/bin/
|
||||
${INSTALL_MAN} ${WRKSRC}/apc.1 ${STAGEDIR}/${MAN1PREFIX}/man/man1/
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/apc ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/apc.1 ${STAGEDIR}/${MAN1PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -32,10 +32,10 @@ OPTIONS_DEFINE= PROFILE
|
||||
|
||||
.if ${PORT_OPTIONS:MPROFILE}
|
||||
.if defined(NOPROFILE) || defined(NO_PROFILE) || defined(WITHOUT_PROFILE)
|
||||
IGNORE = you have defined WITH_PROFILE, but have also defined\
|
||||
IGNORE= you have defined WITH_PROFILE, but have also defined\
|
||||
WITHOUT_PROFILE, NOPROFILE, or NO_PROFILE
|
||||
.elif !exists(/usr/lib/libc_p.a)
|
||||
IGNORE = you have chosen WITH_PROFILE, but have not installed the\
|
||||
IGNORE = you have chosen WITH_PROFILE, but have not installed the\
|
||||
base system profiling libraries
|
||||
.endif
|
||||
PLIST_FILES+= lib/libeispack_p.a
|
||||
@ -43,7 +43,7 @@ PLIST_FILES+= lib/libeispack_p.a
|
||||
MAKE_ENV+= NO_PROFILE=yes
|
||||
.endif
|
||||
|
||||
SRCS = csroot.f epslon.f pythag.f bakvec.f balanc.f balbak.f bandr.f \
|
||||
SRCS= csroot.f epslon.f pythag.f bakvec.f balanc.f balbak.f bandr.f \
|
||||
bandv.f bisect.f bqr.f cbabk2.f cbal.f cg.f ch.f cinvit.f combak.f \
|
||||
comhes.f comlr.f comlr2.f comqr.f comqr2.f cortb.f corth.f elmbak.f \
|
||||
elmhes.f eltran.f figi.f figi2.f hqr.f hqr2.f htrib3.f htribk.f \
|
||||
|
@ -22,6 +22,6 @@ PLIST_FILES= bin/geg \
|
||||
man/man1/geg.1.gz
|
||||
|
||||
pre-configure:
|
||||
@cd ${WRKSRC}; ${ACLOCAL} -I ${LOCALBASE}/share/aclocal
|
||||
@(cd ${WRKSRC}; ${ACLOCAL} -I ${LOCALBASE}/share/aclocal)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -7,12 +7,11 @@ PORTREVISION= 2
|
||||
CATEGORIES= math print
|
||||
MASTER_SITES= ftp://ftp.cs.utoronto.ca/pub/radford/
|
||||
DISTNAME= xgraph-11
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
|
||||
MAINTAINER= sanpei@FreeBSD.org
|
||||
COMMENT= Program that helps you plot graphs
|
||||
|
||||
USES= imake
|
||||
USES= imake tar:Z
|
||||
USE_XORG= x11 xext
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user