mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Update to version 0.7.1
PR: 132471 Submitted by: Ports Fury
This commit is contained in:
parent
9ac257417f
commit
2d7ba6c47e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230057
2 changed files with 14 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= fig2pstricks
|
||||
PORTVERSION= 0.7.0
|
||||
PORTVERSION= 0.7.1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://homes.eco.auckland.ac.nz/chan079/fig2pstricks/
|
||||
|
||||
|
@ -16,16 +16,25 @@ COMMENT= Convert xfig to pstricks
|
|||
|
||||
USE_GMAKE= yes
|
||||
|
||||
PLIST_FILES= bin/fig2pstricks bin/fig2epspdf
|
||||
PLIST_FILES= bin/fig2pstricks
|
||||
|
||||
CFLAGS+= -DVERSION=\\\"${PORTVERSION}\\\"
|
||||
|
||||
.if defined(WITH_LATEX)
|
||||
RUN_DEPENDS+= dvips:${PORTSDIR}/print/dvipsk-tetex \
|
||||
epstopdf:${PORTSDIR}/print/teTeX-base
|
||||
USE_GHOSTSCRIPT_RUN= yes
|
||||
PLIST_FILES+= bin/fig2epspdf
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|gcc|$$(CC)|g ; \
|
||||
s|^CFLAGS|#CFLAGS|g' ${WRKSRC}/Makefile
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
.if defined(WITH_LATEX)
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/fig2epspdf ${PREFIX}/bin
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (fig2pstricks-0.7.0.tar.gz) = dc488e19891fc078cb7d7ad29256699c
|
||||
SHA256 (fig2pstricks-0.7.0.tar.gz) = 1ce4e45dff9982fc5a169a6d3a29ac304fb042ae8bef9cf25eedbbbb23066655
|
||||
SIZE (fig2pstricks-0.7.0.tar.gz) = 66231
|
||||
MD5 (fig2pstricks-0.7.1.tar.gz) = 15d30068472808aa4c3e9a9191d22c47
|
||||
SHA256 (fig2pstricks-0.7.1.tar.gz) = 2333588c736bb49d0f8e0059358f21a26f328d843736bd7db2afceaddf1e769c
|
||||
SIZE (fig2pstricks-0.7.1.tar.gz) = 32959
|
||||
|
|
Loading…
Add table
Reference in a new issue