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

(-)cad/xcircuit/Makefile (-2 / +7 lines)
Lines 6-20 Link Here
6
#
6
#
7
7
8
PORTNAME=	xcircuit
8
PORTNAME=	xcircuit
9
PORTVERSION=	3.7.26
9
PORTVERSION=	3.7.27
10
PORTEPOCH=	1
10
PORTEPOCH=	1
11
CATEGORIES=	cad
11
CATEGORIES=	cad
12
MASTER_SITES=	http://opencircuitdesign.com/xcircuit/archive/
12
MASTER_SITES=	http://opencircuitdesign.com/xcircuit/archive/ \
13
		http://fossies.org/unix/misc/
13
EXTRACT_SUFX=	.tgz
14
EXTRACT_SUFX=	.tgz
14
15
15
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	An X11 drawing program [especially for circuit schematics]
17
COMMENT=	An X11 drawing program [especially for circuit schematics]
17
18
19
LICENSE=	GPLv2
20
LICENSE_FILE=	${WRKSRC}/COPYRIGHT
21
18
USE_XORG=	xpm xt
22
USE_XORG=	xpm xt
19
USE_TCL=	85
23
USE_TCL=	85
20
USE_TCL_BUILD=	85
24
USE_TCL_BUILD=	85
Lines 27-32 Link Here
27
		--with-tk=${TK_LIBDIR}
31
		--with-tk=${TK_LIBDIR}
28
MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \
32
MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \
29
		AUTOMAKE="${TRUE}"
33
		AUTOMAKE="${TRUE}"
34
MAKE_JOBS_SAFE=	yes
30
35
31
CFLAGS+=	-fPIC
36
CFLAGS+=	-fPIC
32
37
(-)cad/xcircuit/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (xcircuit-3.7.26.tgz) = 3158a007c6f125ca3c07f6890eec5f15df87f57e5ade139b6e764cca9895ff34
1
SHA256 (xcircuit-3.7.27.tgz) = 8b5cb383ead93c114a4c4f8ec73ced82cf2bc66a48c80cd3b3ccb576921dfa1a
2
SIZE (xcircuit-3.7.26.tgz) = 1468743
2
SIZE (xcircuit-3.7.27.tgz) = 1500746

Return to bug 164987