1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

- Cosmetic fixes

- Switch to PORTDATA=*, get rid of 0.5MB pkg=plist
- Silence stripping
This commit is contained in:
Dmitry Marakasov 2019-09-04 17:43:28 +00:00
parent 242a4ae631
commit 921f0721c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511142
2 changed files with 7 additions and 11014 deletions

View File

@ -17,18 +17,20 @@ USES= gmake fortran jpeg readline
USE_GITHUB= yes
GH_ACCOUNT= usnistgov
GH_PROJECT= dataplot
GH_TAGNAME= 7236db0
USE_XORG= x11 xi
USE_GNOME+= cairo
USE_GNOME= cairo
WRKSRC_SUBDIR= src
MAXOBV?= 450000 # Change if you need more observations/variable
OPTIONS_DEFINE= DOCS
FFLAGS+= -DLINUX -fdefault-real-8 -fdefault-double-8 -std=legacy
PORTDATA= *
PLIST_FILES= bin/dataplot bin/xdataplot
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e 's/MAXOBV=1500000/MAXOBV=${MAXOBV}/' \
${WRKSRC}/DPCOPA.INC
@ -41,6 +43,6 @@ post-patch:
-e 's;%%LOCALBASE%%;${LOCALBASE};g' ${WRKSRC}/Makefile
post-build:
${STRIP_CMD} ${WRKSRC}/dataplot
@${STRIP_CMD} ${WRKSRC}/dataplot
.include <bsd.port.mk>

File diff suppressed because it is too large Load Diff