diff options
Diffstat (limited to 'databases/edb/Makefile')
-rw-r--r-- | databases/edb/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/databases/edb/Makefile b/databases/edb/Makefile new file mode 100644 index 000000000000..a25fe4529e4f --- /dev/null +++ b/databases/edb/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: edb +# Date created: 10/16/2000 +# Whom: Brandon Fosdick <bfoz@glue.umd.edu> +# +# $FreeBSD$ +# + +PORTNAME= edb +PORTVERSION= 1.0.1 +CATEGORIES= databases +MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/e17/libs/ + +MAINTAINER= bfoz@glue.umd.edu + +USE_GMAKE= yes +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> |