summaryrefslogtreecommitdiff
path: root/databases/dbf2mysql/files/patch-Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-08-16 20:28:32 +0000
committerRene Ladan <rene@FreeBSD.org>2018-08-16 20:28:32 +0000
commit048dda04006a021f030bf1f49deffff6bc18bd3e (patch)
tree5f56fa83cb52628df1cce7e88fa14a644324e550 /databases/dbf2mysql/files/patch-Makefile
parentaudio/drumgizmo: Update to 0.9.16 (diff)
Remove expired ports:
2018-08-16 net/traceroute: Upstream gone 2018-08-15 net/e169-stats: unknown license 2018-08-15 net/l4ip: unknown license 2018-08-15 net/dhcprelay: unknown license 2018-08-15 emulators/m2000: unknown license 2018-08-15 textproc/ant-xinclude-task: unknown license 2018-08-15 textproc/bomstrip: unknown license 2018-08-15 x11-fonts/ecofont: unknown license 2018-08-15 mail/roundcube-groupvice: unknown license 2018-08-15 security/pft: unknown license 2018-08-15 devel/kickassembler: unknown license 2018-08-15 devel/gdbmods: unknown license 2018-08-15 devel/as31: unknown license 2018-08-15 databases/dbf2mysql: unknown license 2018-08-15 misc/xpns: unknown license 2018-08-15 misc/amfm: unknown license 2018-08-15 games/smashbattle: unknown license 2018-08-15 games/syobon: unknown license 2018-08-15 games/optimax: unknown license 2018-08-15 games/xgospel: unknown license 2018-08-15 biology/blat: unknown license 2018-08-15 x11-clocks/swisswatch: unknown license 2018-08-15 palm/ppmtoTbmp: unknown license 2018-08-15 dns/ghtool: unknown license 2018-08-15 x11-themes/beastie: unknown license 2018-08-15 converters/uudx: unknown license 2018-08-15 sysutils/areca-cli: unknown license
Diffstat (limited to 'databases/dbf2mysql/files/patch-Makefile')
-rw-r--r--databases/dbf2mysql/files/patch-Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/databases/dbf2mysql/files/patch-Makefile b/databases/dbf2mysql/files/patch-Makefile
deleted file mode 100644
index e65f0edb2616..000000000000
--- a/databases/dbf2mysql/files/patch-Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
---- Makefile.orig Fri Jul 7 20:19:19 2000
-+++ Makefile Wed Feb 7 13:07:42 2001
-@@ -2,27 +2,27 @@
- # Maarten Boekhold (boekhold@cindy.et.tudelft.nl) 1995
-
- # Set this to your C-compiler
--CC=gcc
-+CC?=gcc
-
- # set this to your install-program (what does Solaris have
- # in /usr/sbin/install? SYSV install?)
- INSTALL=/usr/bin/install
-
- #AR=/usr/bin/ar
--AR=ar
-+AR?=ar
-
- # Set this to whatever your compiler accepts. Nothing special is needed
- #CFLAGS=-g -Wall -pedantic -include /usr/include/mpatrol.h
- #CFLAGS=-g -Wall
--CFLAGS=-O2 -Wall
-+CFLAGS?=-O2 -Wall
-
- # Set this to make smaller binaries
- #STRIP=
- STRIP=-s
-
- # Set this to your MySQL installation-path
--MYSQLINC=-I/usr/include/mysql
--MYSQLLIB=-L/usr/lib/mysql
-+MYSQLINC=-I${PREFIX}/include/mysql
-+MYSQLLIB=-L${PREFIX}/lib/mysql
-
- # Set this to where you want the binary (no man-page yet, don't know
- # how to write them)