freebsd-ports/databases/edb/Makefile
Kevin Lo e210656b9c - Update to 1.0.2
- Take over maintainership

PR: 22796
Submitted by: Jeremy Norris <ishmael27@home.com>
Approved by: MAINTAINER
2000-11-17 14:42:50 +00:00

24 lines
474 B
Makefile

# New ports collection makefile for: edb
# Date created: 10/16/2000
# Whom: Brandon Fosdick <bfoz@glue.umd.edu>
#
# $FreeBSD$
#
PORTNAME= edb
PORTVERSION= 1.0.2
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= enlightenment
MAINTAINER= ishmael27@home.com
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --enable-compat185 \
--enable-dump185 --enable-cxx
post-install:
@strip ${PREFIX}/lib/libedb.so.1
.include <bsd.port.mk>