mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Remove extraneous files (created by gcc but not by clang).
- Add license. - Bump portrevision. Reference: http://beefy2.isc.freebsd.org/bulk/head-amd64-default/2014-05-23_09h21m35s/logs/xppaut-7.0.log
This commit is contained in:
parent
3d976da1bd
commit
c48ccf08ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355102
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= xppaut
|
||||
PORTVERSION= 7.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math graphics
|
||||
MASTER_SITES= http://www.math.pitt.edu/~bard/bardware/
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||
@ -10,15 +11,22 @@ DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||
MAINTAINER= stephen@FreeBSD.org
|
||||
COMMENT= Graphical tool for solving differential equations, etc
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_XORG= xbitmaps x11 xproto
|
||||
CFLAGS+= -w -Wno-return-type
|
||||
WRKSRC= ${WRKDIR}
|
||||
ALL_TARGET= xppaut
|
||||
|
||||
.ifdef NOPORTDOCS
|
||||
post-build:
|
||||
${RM} -f ${WRKSRC}/ode/._*
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if !${PORT_OPTIONS:MDOCS}
|
||||
MAKE_ENV+= NOPORTDOCS=yes
|
||||
.endif
|
||||
.ifdef NOPORTEXAMPLES
|
||||
.if !${PORT_OPTIONS:MEXAMPLES}
|
||||
MAKE_ENV+= NOPORTEXAMPLES=yes
|
||||
.endif
|
||||
|
||||
|
@ -67,12 +67,6 @@ man/man1/xppaut.1.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/xbm/woodgrain.xbm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/xpp_doc.pdf
|
||||
%%PORTDOCS%%%%DOCSDIR%%/xpp_sum.pdf
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ode/._ex.so
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ode/._example.dylib
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ode/._example.so
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ode/._getmax.so
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ode/._getmin.so
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ode/._t.so
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ode/6x6.ani
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ode/6x6.ode
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ode/V0.tab
|
||||
|
Loading…
Reference in New Issue
Block a user