mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
[Maintainer update]: graphics/xmedcon 0.8.8 -> 0.8.9
PR: ports/47188 Submitted by: Paul Everlund <su_paul@everlund.homeip.net>
This commit is contained in:
parent
14137caf35
commit
150fd7abd7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74866
5 changed files with 44 additions and 42 deletions
|
@ -5,10 +5,10 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= xmedcon
|
PORTNAME= xmedcon
|
||||||
PORTVERSION= 0.8.8
|
PORTVERSION= 0.8.9
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
|
||||||
MAINTAINER= tdv94ped@cs.umu.se
|
MAINTAINER= tdv94ped@cs.umu.se
|
||||||
|
@ -40,10 +40,16 @@ USE_GNOME= gtk12 gdkpixbuf
|
||||||
PLIST_SUB= X11=""
|
PLIST_SUB= X11=""
|
||||||
.else
|
.else
|
||||||
CONFIGURE_ARGS= --disable-gui
|
CONFIGURE_ARGS= --disable-gui
|
||||||
PKGNAMESUFFIX= -nox11
|
|
||||||
PLIST_SUB= X11="@comment "
|
PLIST_SUB= X11="@comment "
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if !defined(WITH_GLIB)
|
||||||
|
CONFIGURE_ARGS+= --disable-glib
|
||||||
|
.else
|
||||||
|
USE_GNOMENG= yes
|
||||||
|
USE_GNOME+= glib12
|
||||||
|
.endif
|
||||||
|
|
||||||
.if !defined(WITH_ACRNEMA) && !defined(WITH_DICOM)
|
.if !defined(WITH_ACRNEMA) && !defined(WITH_DICOM)
|
||||||
CONFIGURE_ARGS+= --disable-acr
|
CONFIGURE_ARGS+= --disable-acr
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (xmedcon-0.8.8.tar.gz) = 4d6a72506e35d12e73374f72e043bca2
|
MD5 (xmedcon-0.8.9.tar.gz) = 5fb4f5e95b90d6da660388d5a106df4e
|
||||||
|
|
|
@ -1,23 +1,21 @@
|
||||||
--- etc/Makefile.in.orig Sun Dec 8 01:39:58 2002
|
--- etc/Makefile.in.orig Fri Jan 17 20:39:56 2003
|
||||||
+++ etc/Makefile.in Mon Dec 9 13:14:55 2002
|
+++ etc/Makefile.in Fri Jan 17 20:40:57 2003
|
||||||
@@ -180,13 +180,15 @@
|
@@ -190,15 +190,14 @@
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = gnu
|
|
||||||
|
|
||||||
+.if(DO_XSUPPORT)
|
|
||||||
RC_FILES = \
|
RC_FILES = \
|
||||||
xmedconrc \
|
xmedconrc \
|
||||||
- xmedconrc.linux \
|
- xmedconrc.linux \
|
||||||
- xmedconrc.win32
|
- xmedconrc.win32
|
||||||
-
|
|
||||||
-
|
|
||||||
-ICONS = xmedcon.ico xmedcon.png
|
|
||||||
+ xmedconrc.linux
|
+ xmedconrc.linux
|
||||||
|
|
||||||
|
|
||||||
|
-ICONS = xmedcon.ico xmedcon.png
|
||||||
+ICONS = xmedcon.png
|
+ICONS = xmedcon.png
|
||||||
+.else
|
|
||||||
+RC_FILES =
|
|
||||||
+ICONS =
|
|
||||||
+.endif
|
|
||||||
|
|
||||||
GTK_DIST = README $(RC_FILES) $(ICONS)
|
GTK_DIST = README $(RC_FILES) $(ICONS)
|
||||||
|
|
||||||
|
-sysconf_DATA = $(RC_FILES) $(ICONS)
|
||||||
|
+@DO_XSUPPORT_TRUE@sysconf_DATA = $(RC_FILES) $(ICONS)
|
||||||
|
|
||||||
|
EXTRA_DIST = $(GTK_DIST)
|
||||||
|
subdir = etc
|
||||||
|
|
|
@ -1,29 +1,23 @@
|
||||||
--- man/Makefile.in.orig Mon Dec 9 12:56:39 2002
|
--- man/Makefile.in.orig Wed Jan 15 22:36:59 2003
|
||||||
+++ man/Makefile.in Mon Dec 9 12:52:38 2002
|
+++ man/Makefile.in Fri Jan 17 22:01:00 2003
|
||||||
@@ -180,6 +180,7 @@
|
@@ -188,18 +188,9 @@
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = gnu
|
AUTOMAKE_OPTIONS = gnu
|
||||||
|
|
||||||
+.if(DO_XSUPPORT)
|
-man_MANS = \
|
||||||
man_MANS = \
|
- medcon.1 \
|
||||||
medcon.1 \
|
- xmedcon.1 \
|
||||||
xmedcon.1 \
|
- xmedcon-config.1 \
|
||||||
@@ -191,6 +192,18 @@
|
- medcon.3 \
|
||||||
m-gif.4 \
|
- m-acr.4 \
|
||||||
m-intf.4 \
|
- m-anlz.4 \
|
||||||
m-inw.4
|
- m-ecat.4 \
|
||||||
+.else
|
- m-gif.4 \
|
||||||
+man_MANS = \
|
- m-intf.4 \
|
||||||
+ medcon.1 \
|
- m-inw.4
|
||||||
+ xmedcon-config.1 \
|
+@DO_XSUPPORT_TRUE@man_MANS = medcon.1 xmedcon.1 xmedcon-config.1 medcon.3 m-acr.4 m-anlz.4 m-ecat.4 m-gif.4 m-intf.4 m-inw.4
|
||||||
+ medcon.3 \
|
|
||||||
+ m-acr.4 \
|
+@DO_XSUPPORT_FALSE@man_MANS = medcon.1 xmedcon-config.1 medcon.3 m-acr.4 m-anlz.4 m-ecat.4 m-gif.4 m-intf.4 m-inw.4
|
||||||
+ m-anlz.4 \
|
|
||||||
+ m-ecat.4 \
|
|
||||||
+ m-gif.4 \
|
|
||||||
+ m-intf.4 \
|
|
||||||
+ m-inw.4
|
|
||||||
+.endif
|
|
||||||
|
|
||||||
EXTRA_DIST = $(man_MANS)
|
EXTRA_DIST = $(man_MANS)
|
||||||
subdir = man
|
subdir = man
|
||||||
|
|
4
graphics/xmedcon/scripts/configure
vendored
4
graphics/xmedcon/scripts/configure
vendored
|
@ -12,6 +12,7 @@ else
|
||||||
--checklist "\n\
|
--checklist "\n\
|
||||||
Please select desired options:" -1 -1 11 \
|
Please select desired options:" -1 -1 11 \
|
||||||
x11 "With X11" ON \
|
x11 "With X11" ON \
|
||||||
|
glib "With GLib convience functions" ON \
|
||||||
acr/nema "With Acr/Nema 2.0" ON \
|
acr/nema "With Acr/Nema 2.0" ON \
|
||||||
analyze "With Analyze (SPM)" ON \
|
analyze "With Analyze (SPM)" ON \
|
||||||
concorde "With Concorde æPET" ON \
|
concorde "With Concorde æPET" ON \
|
||||||
|
@ -50,6 +51,9 @@ while [ "$1" ]; do
|
||||||
\"x11\")
|
\"x11\")
|
||||||
echo "WITH_X11=YES" >>${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc
|
echo "WITH_X11=YES" >>${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc
|
||||||
;;
|
;;
|
||||||
|
\"glib\")
|
||||||
|
echo "WITH_GLIB=YES" >>${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc
|
||||||
|
;;
|
||||||
\"acr/nema\")
|
\"acr/nema\")
|
||||||
echo "WITH_ACRNEMA=YES" >>${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc
|
echo "WITH_ACRNEMA=YES" >>${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue