blob: e4f011fb26255e0e91e912f40b3999fe0f20f4d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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
CATEGORIES= databases
MASTER_SITES= http://ares.penguinhosting.net/~ian/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= dean@odyssey.apana.org.au
COMMENT= Library to help profiling where programs are using MySQL
BUILD_DEPENDS= ${LOCALBASE}/include/mysql/mysql.h:${PORTSDIR}/databases/mysql323-server
MAN3= libfireprofile.3
.include <bsd.port.mk>
|