1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/databases/edb/Makefile
Pete Fritchman f6abfcd643 Reset maintainership to ports@. Thanks for your work on these, Jeremy!
PR:		38874
Submitted by:	Jeremy Norris <ishmael@mchsi.com> (previous maintainer)
2002-06-04 01:38:45 +00:00

25 lines
492 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.3
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= enlightenment
MAINTAINER= ports@FreeBSD.org
USE_LIBTOOL= yes
USE_GTK= yes
INSTALLS_SHLIB= yes
post-patch:
@${PERL} -pi -e 's|gtk-config|${GTK_CONFIG}|g' ${WRKSRC}/configure \
${WRKSRC}/tools/edb_gtk_ed/Makefile.in
.include <bsd.port.mk>