View | Details | Raw Unified | Return to bug 22796
Collapse All | Expand All

(-)./Makefile (-3 / +7 lines)
Lines 1-19 Link Here
1
# New ports collection makefile for:	edb
1
# New ports collection makefile for:	edb
2
# Date created:		10/16/2000
2
# Date created:		10/16/2000
3
# Whom:			Brandon Fosdick <bfoz@glue.umd.edu>
3
# Whom:			Brandon Fosdick <bfoz@glue.umd.edu>
4
#
4
#
5
# $FreeBSD: ports/databases/edb/Makefile,v 1.1 2000/11/03 07:17:19 nakai Exp $
5
# $FreeBSD: ports/databases/edb/Makefile,v 1.1 2000/11/03 07:17:19 nakai Exp $
6
#
6
#
7
7
8
PORTNAME=	edb
8
PORTNAME=	edb
9
PORTVERSION=	1.0.1
9
PORTVERSION=	1.0.2
10
CATEGORIES=	databases
10
CATEGORIES=	databases
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	enlightenment
12
MASTER_SITE_SUBDIR=	enlightenment
13
13
14
MAINTAINER=	bfoz@glue.umd.edu
14
MAINTAINER=	bfoz@glue.umd.edu
15
15
16
USE_GMAKE=	yes
17
GNU_CONFIGURE=	yes
18
INSTALLS_SHLIB=	yes
16
INSTALLS_SHLIB=	yes
17
USE_LIBTOOL=		yes
18
CONFIGURE_ARGS=		--enable-compat185 \
19
			--enable-dump185 --enable-cxx
20
21
post-install:
22
	@strip ${PREFIX}/lib/libedb.so.1
19
23
20
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)./distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (edb-1.0.1.tar.gz) = 483a81c9d6f30b0a6954c14acc9dafea
1
MD5 (edb-1.0.2.tar.gz) = 8c50aee08fa19785171eb0d4298e2954
(-)./pkg-plist (-3 / +4 lines)
Lines 1-6 Link Here
1
bin/edb_ed
2
bin/edb_vt_ed
1
bin/edb-config
3
bin/edb-config
2
include/Edb.h
4
include/Edb.h
3
lib/libedb.so.1
4
lib/libedb.so
5
lib/libedb.la
6
lib/libedb.a
5
lib/libedb.a
6
lib/libedb.so
7
lib/libedb.so.1

Return to bug 22796