aboutsummaryrefslogtreecommitdiff
path: root/databases/fireprofile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/fireprofile/Makefile')
-rw-r--r--databases/fireprofile/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/databases/fireprofile/Makefile b/databases/fireprofile/Makefile
deleted file mode 100644
index 7597fb34fba0..000000000000
--- a/databases/fireprofile/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: fireprofile
-# Date created: Mon 13 May 15:00:00 WST 2002
-# Whom: Dean Hollister <dean@odyssey.apana.org.au>
-#
-# $FreeBSD$
-#
-
-PORTNAME= fireprofile
-PORTVERSION= 0.1.2
-PORTREVISION= 1
-CATEGORIES= databases
-MASTER_SITES= http://www.firestuff.org/projects/ \
- http://www.wa.apana.org.au/~dean/sources/ \
- ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/
-DISTNAME= fireprofile
-EXTRACT_SUFX= -0.1.2.tar.gz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Library to help profiling where programs are using MySQL
-
-BROKEN= Needs modification to work with newer MySQL
-EXPIRATION_DATE= 2011-11-30
-
-MAN3= libfireprofile.3
-PLIST_FILES= lib/libfireprofile.so.0 lib/libfireprofile.so
-
-USE_LDCONFIG= yes
-USE_MYSQL= yes
-
-post-install:
- $(LN) ${PREFIX}/lib/libfireprofile.so ${PREFIX}/lib/libfireprofile.so.0
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == amd64
-CFLAGS+= -fPIC
-.endif
-
-.include <bsd.port.post.mk>