diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-09-08 15:34:05 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-09-08 15:34:05 +0000 |
commit | ec6258f64d509220ed6625ade185d57720a309a6 (patch) | |
tree | 1d7f151821a060f8515b9c85f0aa4395aecd72b6 /cad | |
parent | 8450f1dd550cd4490fbd631ab88dca9107426ed9 (diff) | |
download | ports-ec6258f64d509220ed6625ade185d57720a309a6.tar.gz ports-ec6258f64d509220ed6625ade185d57720a309a6.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/Makefile | 1 | ||||
-rw-r--r-- | cad/fig2sxd/Makefile | 30 | ||||
-rw-r--r-- | cad/fig2sxd/distinfo | 2 | ||||
-rw-r--r-- | cad/fig2sxd/files/patch-Makefile | 37 | ||||
-rw-r--r-- | cad/fig2sxd/pkg-descr | 6 |
5 files changed, 0 insertions, 76 deletions
diff --git a/cad/Makefile b/cad/Makefile index 4349a0fa48db..886ef997a048 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -18,7 +18,6 @@ SUBDIR += dxf2fig SUBDIR += electric SUBDIR += fandango - SUBDIR += fig2sxd SUBDIR += geda SUBDIR += geda-symbols SUBDIR += geda-symcheck diff --git a/cad/fig2sxd/Makefile b/cad/fig2sxd/Makefile deleted file mode 100644 index b33a894f243f..000000000000 --- a/cad/fig2sxd/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: fig2sxd -# Date created: 6 Sep 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# -# $FreeBSD$ -# - -PORTNAME= fig2sxd -PORTVERSION= 0.13 -CATEGORIES= cad -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}_${PORTVERSION}.orig - -MAINTAINER= ehaupt@critical.ch -COMMENT= Convert .xfig files to the OpenOffice draw format - -USE_GMAKE= yes -USE_GCC= 3.4+ - -WRKSRC= ${WRKDIR}/${DISTNAME:C/_/-/} - -MAN1= fig2sxd.1 -PLIST_FILES= bin/fig2sxd - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1 - -.include <bsd.port.mk> diff --git a/cad/fig2sxd/distinfo b/cad/fig2sxd/distinfo deleted file mode 100644 index a0eaf979da8b..000000000000 --- a/cad/fig2sxd/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (fig2sxd_0.13.orig.tar.gz) = 3244a2708386fb3a78f31429b35565f0 -SIZE (fig2sxd_0.13.orig.tar.gz) = 20689 diff --git a/cad/fig2sxd/files/patch-Makefile b/cad/fig2sxd/files/patch-Makefile deleted file mode 100644 index 987bf167da73..000000000000 --- a/cad/fig2sxd/files/patch-Makefile +++ /dev/null @@ -1,37 +0,0 @@ ---- Makefile.orig Sun Jan 25 22:33:34 2004 -+++ Makefile Tue Sep 6 13:50:01 2005 -@@ -43,28 +43,28 @@ - - DEPEND = .depend- - DEPFILES = $(SOURCES1:%.cpp=$(DEPEND)%.dep) --CXX = g++ -+CXX ?= g++ - CXXF = -Wall -O2 -g --CXXFLAGS = -fno-rtti -fno-exceptions $(CXXF) $(INCLUDES) -+CXXFLAGS ?= -fno-rtti -fno-exceptions $(CXXF) $(INCLUDES) - LIBS = -lz - - $(TARGET1): $(OBJECTS1) -- $(CXX) -o $@ $^ $(LIBS) -+ $(CXX) $(CXXFLAGS) -o $@ $^ $(LIBS) - - $(OBJECTS1): %.o: $(SRCDIR)%.cpp $(DEPEND)%.dep - $(CXX) $(CXXFLAGS) -o $@ -c $< - - $(DEPFILES): $(DEPEND)%.dep: $(SRCDIR)%.cpp -- $(CXX) $(INCLUDES) -M $< > $@ -+ $(CXX) $(CXXFLAGS) $(INCLUDES) -M $< > $@ - - -include $(DEPFILES) - - clean: - rm -f $(TARGETS) $(OBJECTS1) $(DEPFILES) - --all: install -+all: $(TARGET1) fig2sxd.1 - --install: $(TARGET1) fig2sxd.1 -+install: - install -d $(DESTDIR)/bin $(DESTDIR)/share/man/man1 - install -m755 $(TARGET1) $(DESTDIR)/bin - install -m644 fig2sxd.1 $(DESTDIR)/share/man/man1 diff --git a/cad/fig2sxd/pkg-descr b/cad/fig2sxd/pkg-descr deleted file mode 100644 index 82a476598558..000000000000 --- a/cad/fig2sxd/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -A command line utility to convert .xfig files to the OpenOffice Draw format. - -WWW: http://fig2sxd.sourceforge.net/ - -- ehaupt -ehaupt@critical.ch |