1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/misc/xdelta/Makefile
Satoshi Asami 5b903104db Properly detect GDBM, especially since we're going through the trouble
to depend on it.  This fixes gimp's build problem ("XDELTA not found,
the sky is falling!!!")  too.

PR:		6451
Submitted by:	Donald Burr dburr@POBoxes.com
1998-04-30 02:03:14 +00:00

26 lines
662 B
Makefile

# New ports collection makefile for: xdelta
# Version required: 0.18
# Date created: Sun May 4 21:40:06 CDT 1997
# Whom: jmacd
#
# $Id: Makefile,v 1.7 1998/04/23 07:08:10 jmacd Exp $
#
DISTNAME= xdelta-0.18
CATEGORIES= misc
MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/jmacd/
MAINTAINER= jmacd@FreeBSD.ORG
BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
GNU_CONFIGURE= yup
#
# this seems to be necessary for libtool :(
MAKE_ENV= CC=cc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS=-L${LOCALBASE}/lib INSTALL_SCRIPT='$${INSTALL} -m 755'
MAN1= xdelta.1
.include <bsd.port.mk>