aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2012-11-01 04:27:30 +0800
committermadpilot <madpilot@FreeBSD.org>2012-11-01 04:27:30 +0800
commitf54b6734b4ea595bc1c4b3e0fd5c28242b3f3ec1 (patch)
treee73e82fa23d34353e78b976518228c7be50810e4 /graphics
parent9f93b85cb4459b040ace187c8260cf73a35f385d (diff)
downloadfreebsd-ports-gnome-f54b6734b4ea595bc1c4b3e0fd5c28242b3f3ec1.tar.gz
freebsd-ports-gnome-f54b6734b4ea595bc1c4b3e0fd5c28242b3f3ec1.tar.zst
freebsd-ports-gnome-f54b6734b4ea595bc1c4b3e0fd5c28242b3f3ec1.zip
- Update to 0.11.1
- Remove LICENCE_FILE_* since they are in Templates/Licenses - Mark MAKE_JOBS_SAFE - Use bsd.port.options.mk only and remove uneeded WANT_GNOME - Trim Makefile headers PR: ports/172023 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xmedcon/Makefile27
-rw-r--r--graphics/xmedcon/distinfo4
2 files changed, 12 insertions, 19 deletions
diff --git a/graphics/xmedcon/Makefile b/graphics/xmedcon/Makefile
index d00a3988f493..c3be519fe223 100644
--- a/graphics/xmedcon/Makefile
+++ b/graphics/xmedcon/Makefile
@@ -1,13 +1,8 @@
-# New ports collection makefile for: xmedcon
-# Date created: 26 September 2002
-# Whom: Paul Everlund
-#
+# Created by: Paul Everlund
# $FreeBSD$
-#
PORTNAME= xmedcon
-PORTVERSION= 0.11.0
-PORTREVISION= 1
+PORTVERSION= 0.11.1
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/XMedCon-Source/${PORTVERSION}
@@ -16,11 +11,9 @@ COMMENT= A medical image conversion utility and library
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
-LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
-LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB
OPTIONS_DEFINE= X11 GLIB ACR_NEMA ANALYZE CONCORDE DICOM DICOM_LJPEG ECAT GIF INTERFILE INW PNG
-OPTIONS_DEFAULT= X11 GLIB ACR_NEMA ANALYZE CONCORDE DICOM DICOM_LJPEG ECAT GIF INTERFILE INW PNG
+OPTIONS_DEFAULT=X11 GLIB ACR_NEMA ANALYZE CONCORDE DICOM DICOM_LJPEG ECAT GIF INTERFILE INW PNG
GLIB_DESC= With Glib
ACR_NEMA_DESC= With Acr/Nema 2.0
ANALYZE_DESC= With Analyze (SPM)
@@ -31,20 +24,20 @@ ECAT_DESC= With CTI ECAT 6/7
INTERFILE_DESC= With InterFile 3.3
INW_DESC= With INW (RUG)
-WANT_GNOME= yes
-USE_SUBMAKE= yes
USE_AUTOTOOLS= libtool
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --includedir=${PREFIX}/include/xmedcon \
--enable-llcheck
USE_LDCONFIG= yes
+MAKE_JOBS_SAFE= yes
-MAN1= medcon.1 xmedcon-config.1
-MAN3= medcon.3
-MAN4= m-acr.4 m-anlz.4 m-ecat.4 m-gif.4 m-intf.4 m-inw.4
-.include <bsd.port.pre.mk>
+MAN1= medcon.1 xmedcon-config.1
+MAN3= medcon.3
+MAN4= m-acr.4 m-anlz.4 m-ecat.4 m-gif.4 m-intf.4 m-inw.4
+
+.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MX11}
USE_GNOME+= gtk20
@@ -119,4 +112,4 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/man/xmedcon.1 ${MANPREFIX}/man/man1
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/graphics/xmedcon/distinfo b/graphics/xmedcon/distinfo
index de99be284172..8962c75ac346 100644
--- a/graphics/xmedcon/distinfo
+++ b/graphics/xmedcon/distinfo
@@ -1,2 +1,2 @@
-SHA256 (xmedcon-0.11.0.tar.gz) = bcbd3c84c0620979a0d252541d5ee9ec8edfc1f2cd36e7dece3e8ef0a88ca277
-SIZE (xmedcon-0.11.0.tar.gz) = 975954
+SHA256 (xmedcon-0.11.1.tar.gz) = de68777b5d58fabb711c594f2e98f1d7f3a6404efbdfb301f2fda25e7ab00ac0
+SIZE (xmedcon-0.11.1.tar.gz) = 977216