Unbreak and upgrade to version 3.1.5
Submitted by: John Fieber <jfieber@indiana.edu>
This commit is contained in:
parent
c3d706bae2
commit
79f4c719dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13963
3 changed files with 15 additions and 6 deletions
|
@ -3,10 +3,10 @@
|
|||
# Date created: 4 Mar 1998
|
||||
# Whom: handy@physics.montana.edu
|
||||
#
|
||||
# $Id: Makefile,v 1.9 1998/09/17 00:32:52 asami Exp $
|
||||
# $Id: Makefile,v 1.10 1998/10/12 15:24:14 jseger Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mgv-3.1.2
|
||||
DISTNAME= mgv-3.1.5
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= http://www.trends.net/~mu/srcs/
|
||||
|
||||
|
@ -14,15 +14,13 @@ MAINTAINER= handy@physics.montana.edu
|
|||
|
||||
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
||||
|
||||
BROKEN_ELF= yes
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
REQUIRES_MOTIF= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= X11BASE=${X11BASE}
|
||||
CONFIGURE_ARGS= --enable-optimize \
|
||||
--disable-debug
|
||||
PLIST_SUB= MGV_VERSION=3.1.2
|
||||
PLIST_SUB= MGV_VERSION=3.1.5
|
||||
|
||||
post-install:
|
||||
@ ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (mgv-3.1.2.tar.gz) = eea91286325a847a898b88017e1f4560
|
||||
MD5 (mgv-3.1.5.tar.gz) = 6c67fcd284f29e7b50352d5d7e504232
|
||||
|
|
11
print/mgv/files/patch-aa
Normal file
11
print/mgv/files/patch-aa
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- Makefile.in.orig Tue Oct 13 10:43:03 1998
|
||||
+++ Makefile.in Tue Oct 13 10:43:31 1998
|
||||
@@ -83,7 +83,7 @@
|
||||
_ad.c _switch_help.c
|
||||
mgv_LDADD = _bld.o -Lwlib -lwlib \
|
||||
@LIBHELP_LIBS@ @XM_LIBS@ @EDITRES_LIBS@ @XT_LIBS@ @XPM_LIBS@ \
|
||||
- @XEXT_LIBS@ @X11_LIBS@
|
||||
+ @XEXT_LIBS@ @X11_LIBS@ @X_PRE_LIBS@
|
||||
|
||||
mgvresdir = $(pkgdatadir)/$(VERSION)
|
||||
mgvres_DATA = MGv
|
Loading…
Reference in a new issue