diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-17 07:36:30 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-17 07:36:30 +0000 |
commit | 6f21bbfd7dc7c424b0f8ef1e5dff30a1e15f28b1 (patch) | |
tree | f1c7c078489c5f09fc6853fafe904c5c70679c0e /databases/fireprofile/Makefile | |
parent | 86a8822091f7ce95cbc64b9132f73c6bde2c4a0c (diff) | |
download | ports-6f21bbfd7dc7c424b0f8ef1e5dff30a1e15f28b1.tar.gz ports-6f21bbfd7dc7c424b0f8ef1e5dff30a1e15f28b1.zip |
Notes
Diffstat (limited to 'databases/fireprofile/Makefile')
-rw-r--r-- | databases/fireprofile/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/databases/fireprofile/Makefile b/databases/fireprofile/Makefile new file mode 100644 index 000000000000..e08f83f71227 --- /dev/null +++ b/databases/fireprofile/Makefile @@ -0,0 +1,23 @@ +# 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 + +BUILD_DEPENDS= ${LOCALBASE}/include/mysql/mysql.h:${PORTSDIR}/databases/mysql323-server + +MAN3= libfireprofile.3 + +.include <bsd.port.mk> |