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

(-)cad/xcircuit/Makefile (-3 / +3 lines)
Lines 1-18 Link Here
1
# New ports collection makefile for:	xcircuit
1
# New ports collection makefile for:	xcircuit
2
# Version required:	2.0a10
2
# Version required:	2.0a11
3
# Date created:		3 Apr 1998
3
# Date created:		3 Apr 1998
4
# Whom:			giffunip@asme.org
4
# Whom:			giffunip@asme.org
5
#
5
#
6
# $FreeBSD: ports/cad/xcircuit/Makefile,v 1.9 1999/10/05 17:10:06 cpiazza Exp $
6
# $FreeBSD: ports/cad/xcircuit/Makefile,v 1.9 1999/10/05 17:10:06 cpiazza Exp $
7
#
7
#
8
8
9
DISTNAME=	xcircuit-2.0a10
9
DISTNAME=	xcircuit-2.0a11
10
CATEGORIES=	cad
10
CATEGORIES=	cad
11
MASTER_SITES=	${MASTER_SITE_SUNSITE} \
11
MASTER_SITES=	${MASTER_SITE_SUNSITE} \
12
		ftp://bach.ece.jhu.edu/pub/tim/xcircuit/
12
		ftp://bach.ece.jhu.edu/pub/tim/xcircuit/
13
MASTER_SITE_SUBDIR=	apps/circuits
13
MASTER_SITE_SUBDIR=	apps/circuits
14
14
15
MAINTAINER=     ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
16
16
17
LIB_DEPENDS=	Xpm.4:${PORTSDIR}/graphics/xpm
17
LIB_DEPENDS=	Xpm.4:${PORTSDIR}/graphics/xpm
18
18
(-)cad/xcircuit/files/md5 (-1 / +1 lines)
Line 1 Link Here
1
MD5 (xcircuit-2.0a10.tar.gz) = f15459373be5d2a3c286539eccace182
1
MD5 (xcircuit-2.0a11.tar.gz) = dac6c9beaad5f75a70895d92b5493c19
(-)cad/xcircuit/patches/patch-aa (-4 / +4 lines)
Lines 1-12 Link Here
1
*** Imakefile.orig	Tue Jun 15 04:18:03 1999
1
*** Imakefile.orig	Tue Oct 26 22:43:27 1999
2
--- Imakefile	Tue Sep  7 01:11:09 1999
2
--- Imakefile	Wed Oct 27 04:11:29 1999
3
***************
3
***************
4
*** 31,39 ****
4
*** 31,39 ****
5
  # Change the following as desired to suit your environment:
5
  # Change the following as desired to suit your environment:
6
  #------------------------------------------------------------------------
6
  #------------------------------------------------------------------------
7
  #
7
  #
8
! PREFIX = /usr/local
8
! PREFIX = /usr/local
9
  # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.0a10/psfiles
9
  # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.0a11/psfiles
10
! XCIRCUIT_LIB_DIR = $(PREFIX)/lib/xcircuit-2.0
10
! XCIRCUIT_LIB_DIR = $(PREFIX)/lib/xcircuit-2.0
11
  XCIRCUIT_BIN_DIR = $(PREFIX)/bin
11
  XCIRCUIT_BIN_DIR = $(PREFIX)/bin
12
  XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1
12
  XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1
Lines 16-22 Link Here
16
  #------------------------------------------------------------------------
16
  #------------------------------------------------------------------------
17
  #
17
  #
18
! PREFIX ?= /usr/local
18
! PREFIX ?= /usr/local
19
  # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.0a10/psfiles
19
  # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.0a11/psfiles
20
! XCIRCUIT_LIB_DIR = $(PREFIX)/lib/X11/xcircuit
20
! XCIRCUIT_LIB_DIR = $(PREFIX)/lib/X11/xcircuit
21
  XCIRCUIT_BIN_DIR = $(PREFIX)/bin
21
  XCIRCUIT_BIN_DIR = $(PREFIX)/bin
22
  XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1
22
  XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1

Return to bug 14542