diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 08:56:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 08:56:41 +0000 |
commit | 9be9c4c1dafe17e16a81322515a375b6574e2bb7 (patch) | |
tree | 9ae73276b422d1766d18a0fdeeb964c5f2073690 /graphics/xdl/files/patch-ab | |
parent | Isolate from src.conf settings such as WITHOUT_PROFILE. (diff) |
Remove unmaintained expired ports from graphics
2011-05-01 graphics/cqcam: Upstream disapear and distfile is no more available
2011-05-01 graphics/dc3play: Upstream disapear and distfile is no more available
2011-05-01 graphics/dore: Upstream disapear and distfile is no more available
2011-05-01 graphics/fig2pstricks: Upstream disapear and distfile is no more available
2011-05-01 graphics/geist: Upstream disapear and distfile is no more available
2011-05-01 graphics/gfont: Upstream disapear and distfile is no more available
2011-05-01 graphics/gimp-greycstoration: Superseded by graphics/gimp-gmic-plugin
2011-05-01 graphics/glean: Upstream disapear and distfile is no more available
2011-05-01 graphics/gltk: Upstream disapear and distfile is no more available
2011-05-01 graphics/gridpix: Upstream disapear and distfile is no more available
2011-05-01 graphics/gtkfig: Upstream disapear and distfile is no more available
2011-05-01 graphics/gview: Upstream disapear and distfile is no more available
2011-05-01 graphics/icod: Upstream disapear and distfile is no more available
2011-05-01 graphics/isreal: Upstream disapear and distfile is no more available
2011-05-01 graphics/oglext: Upstream disapear and distfile is no more available
2011-05-01 graphics/ophoto: Upstream disapear and distfile is no more available
2011-05-01 graphics/py-gdchart: Upstream disapear and distfile is no more available
2011-05-01 graphics/py-gdchart2: Upstream disapear and distfile is no more available
2011-05-01 graphics/qglviewer: Upstream disapear and distfile is no more available
2011-05-01 graphics/robot: Upstream disapear and distfile is no more available
2011-05-01 graphics/s3switch: Upstream disapear and distfile is no more available
2011-05-01 graphics/sced: Upstream disapear and distfile is no more available
2011-05-01 graphics/shim: Upstream disapear and distfile is no more available
2011-05-01 graphics/snx101util: Upstream disapear and distfile is no more available
2011-05-01 graphics/tcm: Upstream disapear and distfile is no more available
2011-05-01 graphics/vertex: Upstream disapear and distfile is no more available
2011-05-01 graphics/vvv: Upstream disapear and distfile is no more available
2011-05-01 graphics/xdl: Upstream disapear and distfile is no more available
2011-05-01 graphics/xmms-goom: Upstream disapear and distfile is no more available
2011-05-01 graphics/xmms-infinity: Upstream disapear and distfile is no more available
Notes
Notes:
svn path=/head/; revision=273463
Diffstat (limited to 'graphics/xdl/files/patch-ab')
-rw-r--r-- | graphics/xdl/files/patch-ab | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/graphics/xdl/files/patch-ab b/graphics/xdl/files/patch-ab deleted file mode 100644 index 116544faf4b4..000000000000 --- a/graphics/xdl/files/patch-ab +++ /dev/null @@ -1,34 +0,0 @@ ---- Makefile.orig Thu Feb 4 07:08:27 1993 -+++ Makefile Sat Jan 29 02:12:57 2000 -@@ -23,15 +23,15 @@ - - # - # Modify these to fit the compiler setup on your system. --CC = gcc --CFLAGS = -O2 --LIBS = -lX11 $(IXLIBS) -+CC ?= gcc -+CFLAGS += -I${LOCALBASE}/include -+LIBS += -L${LOCALBASE}/lib -lX11 $(IXLIBS) - - # - # These specify where to install the binary - # and the manual. --BINDIR = /usr/local/bin --MANDIR = /usr/local/man/man1 -+BINDIR = ${PREFIX}/bin -+MANDIR = ${PREFIX}/man/man1 - MANEXT = 1 - - all: xdl -@@ -40,8 +40,8 @@ - $(CC) $(CFLAGS) $(TIMER) $(BSDT) -o xdl xdl.c $(LIBS) - - install: xdl xdl.man -- cp xdl $(BINDIR) -- cp xdl.man $(MANDIR)/xdl.$(MANEXT) -+ ${BSD_INSTALL_PROGRAM} xdl $(BINDIR) -+ ${BSD_INSTALL_MAN} xdl.man $(MANDIR)/xdl.$(MANEXT) - - clean: - $(RM) xdl *.o *~ core |