mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
* Updated version 2.0a11 to 2.0b1
* Added secondary site to MASTER_SITES PR: 15465 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
This commit is contained in:
parent
6b5eb6aff4
commit
de6dd9eda5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23898
@ -1,14 +1,15 @@
|
||||
# New ports collection makefile for: xcircuit
|
||||
# Version required: 2.0a11
|
||||
# Version required: 2.0b1
|
||||
# Date created: 3 Apr 1998
|
||||
# Whom: giffunip@asme.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= xcircuit-2.0a11
|
||||
DISTNAME= xcircuit-2.0b1
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= ftp://bach.ece.jhu.edu/pub/tim/xcircuit/
|
||||
MASTER_SITES= ftp://bach.ece.jhu.edu/pub/tim/xcircuit/ \
|
||||
http://bach.ece.jhu.edu/~tim/programs/xcircuit/archive/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (xcircuit-2.0a11.tar.bz2) = 89e19e56d9b61a520c90cd2878b27d68
|
||||
MD5 (xcircuit-2.0b1.tar.bz2) = e3cd348d7221891dc693fe5cae3d6d0d
|
||||
|
@ -1,23 +1,60 @@
|
||||
*** Imakefile.orig Tue Oct 26 22:43:27 1999
|
||||
--- Imakefile Wed Oct 27 04:11:29 1999
|
||||
*** Imakefile.orig Thu Nov 25 07:05:35 1999
|
||||
--- Imakefile Tue Dec 14 04:46:02 1999
|
||||
***************
|
||||
*** 31,39 ****
|
||||
*** 24,40 ****
|
||||
#CCOPTIONS = -O2
|
||||
#
|
||||
# for debugging purposes uncomment the following line:
|
||||
! CDEBUGFLAGS = -g
|
||||
! STD_INCLUDES = -I. -I/usr/X11R6/include/X11
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
# Installation directories:
|
||||
# Change the following as desired to suit your environment:
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
! PREFIX = /usr/local
|
||||
# XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.0a11/psfiles
|
||||
# XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.0b1/psfiles
|
||||
! XCIRCUIT_LIB_DIR = $(PREFIX)/lib/xcircuit-2.0
|
||||
XCIRCUIT_BIN_DIR = $(PREFIX)/bin
|
||||
XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1
|
||||
|
||||
--- 31,39 ----
|
||||
--- 24,40 ----
|
||||
#CCOPTIONS = -O2
|
||||
#
|
||||
# for debugging purposes uncomment the following line:
|
||||
! #CDEBUGFLAGS = -g
|
||||
! #STD_INCLUDES = -I. -I/usr/X11R6/include/X11
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
# Installation directories:
|
||||
# Change the following as desired to suit your environment:
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
! PREFIX ?= /usr/local
|
||||
# XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.0a11/psfiles
|
||||
# XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.0b1/psfiles
|
||||
! XCIRCUIT_LIB_DIR = $(PREFIX)/lib/X11/xcircuit
|
||||
XCIRCUIT_BIN_DIR = $(PREFIX)/bin
|
||||
XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1
|
||||
|
||||
***************
|
||||
*** 87,95 ****
|
||||
# DEC Alpha, Solaris and other SVR4 systems need the following,
|
||||
# or if you have compilation errors about "dp->d_name" being
|
||||
# undefined:
|
||||
! #DIRENT = -DSVR4_DIRENT
|
||||
# Otherwise,
|
||||
! DIRENT =
|
||||
|
||||
# My DECstation (Ultrix) has something funny going on in XLib. . . if there
|
||||
# is a compile-time error "ld: Undefined: XUniqueContext *** Error code 1"
|
||||
--- 87,95 ----
|
||||
# DEC Alpha, Solaris and other SVR4 systems need the following,
|
||||
# or if you have compilation errors about "dp->d_name" being
|
||||
# undefined:
|
||||
! DIRENT = -DSVR4_DIRENT
|
||||
# Otherwise,
|
||||
! #DIRENT =
|
||||
|
||||
# My DECstation (Ultrix) has something funny going on in XLib. . . if there
|
||||
# is a compile-time error "ld: Undefined: XUniqueContext *** Error code 1"
|
||||
|
@ -1,6 +1,5 @@
|
||||
bin/xcircuit
|
||||
lib/X11/app-defaults/XCircuit
|
||||
lib/X11/app-defaults/XSchema
|
||||
lib/X11/xcircuit/analog.lps
|
||||
lib/X11/xcircuit/avlsi.lps
|
||||
lib/X11/xcircuit/builtins.lps
|
||||
@ -35,11 +34,13 @@ lib/X11/xcircuit/musiclib.lps
|
||||
lib/X11/xcircuit/signal.lps
|
||||
lib/X11/xcircuit/xcircps2.pro
|
||||
share/examples/xcircuit/USAflag.ps
|
||||
share/examples/xcircuit/analog1.ps
|
||||
share/examples/xcircuit/analog2.ps
|
||||
share/examples/xcircuit/analoglib.lps
|
||||
share/examples/xcircuit/border.ps
|
||||
share/examples/xcircuit/logic8.ps
|
||||
share/examples/xcircuit/prelude.ps
|
||||
share/examples/xcircuit/systemd1.lgf
|
||||
share/examples/xcircuit/test.ps
|
||||
share/examples/xcircuit/threestage.ps
|
||||
share/examples/xcircuit/vcoblock.ps
|
||||
@dirrm share/examples/xcircuit
|
||||
|
Loading…
Reference in New Issue
Block a user