View | Details | Raw Unified | Return to bug 172023
Collapse All | Expand All

(-)graphics/xmedcon/Makefile (-17 / +12 lines)
Lines 1-13 Link Here
1
# New ports collection makefile for:	xmedcon
1
# Created by: Paul Everlund
2
# Date created:		26 September 2002
3
# Whom:			Paul Everlund
4
#
5
# $FreeBSD: ports/graphics/xmedcon/Makefile,v 1.50 2012/06/12 21:42:32 bapt Exp $
2
# $FreeBSD: ports/graphics/xmedcon/Makefile,v 1.50 2012/06/12 21:42:32 bapt Exp $
6
#
7
3
8
PORTNAME=	xmedcon
4
PORTNAME=	xmedcon
9
PORTVERSION=	0.11.0
5
PORTVERSION=	0.11.1
10
PORTREVISION=	1
11
CATEGORIES=	graphics
6
CATEGORIES=	graphics
12
MASTER_SITES=	SF/${PORTNAME}/XMedCon-Source/${PORTVERSION}
7
MASTER_SITES=	SF/${PORTNAME}/XMedCon-Source/${PORTVERSION}
13
8
Lines 20-26 Link Here
20
LICENSE_FILE_LGPL21=	${WRKSRC}/COPYING.LIB
15
LICENSE_FILE_LGPL21=	${WRKSRC}/COPYING.LIB
21
16
22
OPTIONS_DEFINE=	X11 GLIB ACR_NEMA ANALYZE CONCORDE DICOM DICOM_LJPEG ECAT GIF INTERFILE INW PNG
17
OPTIONS_DEFINE=	X11 GLIB ACR_NEMA ANALYZE CONCORDE DICOM DICOM_LJPEG ECAT GIF INTERFILE INW PNG
23
OPTIONS_DEFAULT=	X11 GLIB ACR_NEMA ANALYZE CONCORDE DICOM DICOM_LJPEG ECAT GIF INTERFILE INW PNG
18
OPTIONS_DEFAULT=X11 GLIB ACR_NEMA ANALYZE CONCORDE DICOM DICOM_LJPEG ECAT GIF INTERFILE INW PNG
24
GLIB_DESC=	With Glib
19
GLIB_DESC=	With Glib
25
ACR_NEMA_DESC=	With Acr/Nema 2.0
20
ACR_NEMA_DESC=	With Acr/Nema 2.0
26
ANALYZE_DESC=	With Analyze (SPM)
21
ANALYZE_DESC=	With Analyze (SPM)
Lines 31-50 Link Here
31
INTERFILE_DESC=	With InterFile 3.3
26
INTERFILE_DESC=	With InterFile 3.3
32
INW_DESC=	With INW (RUG)
27
INW_DESC=	With INW (RUG)
33
28
34
WANT_GNOME=	yes
35
USE_SUBMAKE=	yes
36
USE_AUTOTOOLS=	libtool
29
USE_AUTOTOOLS=	libtool
37
CPPFLAGS+=	-I${LOCALBASE}/include
38
LDFLAGS+=	-L${LOCALBASE}/lib
39
CONFIGURE_ARGS=	--includedir=${PREFIX}/include/xmedcon \
30
CONFIGURE_ARGS=	--includedir=${PREFIX}/include/xmedcon \
40
		--enable-llcheck
31
		--enable-llcheck
41
USE_LDCONFIG=	yes
32
USE_LDCONFIG=	yes
33
MAKE_JOBS_SAFE=	yes
34
35
CPPFLAGS+=	-I${LOCALBASE}/include
36
LDFLAGS+=	-L${LOCALBASE}/lib
42
37
43
MAN1=	medcon.1 xmedcon-config.1
38
MAN1=		medcon.1 xmedcon-config.1
44
MAN3=	medcon.3
39
MAN3=		medcon.3
45
MAN4=	m-acr.4 m-anlz.4 m-ecat.4 m-gif.4 m-intf.4 m-inw.4
40
MAN4=		m-acr.4 m-anlz.4 m-ecat.4 m-gif.4 m-intf.4 m-inw.4
46
41
47
.include <bsd.port.pre.mk>
42
.include <bsd.port.options.mk>
48
43
49
.if ${PORT_OPTIONS:MX11}
44
.if ${PORT_OPTIONS:MX11}
50
USE_GNOME+=	gtk20
45
USE_GNOME+=	gtk20
Lines 119-122 Link Here
119
	${INSTALL_MAN} ${WRKSRC}/man/xmedcon.1 ${MANPREFIX}/man/man1
114
	${INSTALL_MAN} ${WRKSRC}/man/xmedcon.1 ${MANPREFIX}/man/man1
120
.endif
115
.endif
121
116
122
.include <bsd.port.post.mk>
117
.include <bsd.port.mk>
(-)graphics/xmedcon/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (xmedcon-0.11.0.tar.gz) = bcbd3c84c0620979a0d252541d5ee9ec8edfc1f2cd36e7dece3e8ef0a88ca277
1
SHA256 (xmedcon-0.11.1.tar.gz) = de68777b5d58fabb711c594f2e98f1d7f3a6404efbdfb301f2fda25e7ab00ac0
2
SIZE (xmedcon-0.11.0.tar.gz) = 975954
2
SIZE (xmedcon-0.11.1.tar.gz) = 977216

Return to bug 172023