1999-02-20 10:47:28 +00:00
|
|
|
# New ports collection makefile for: xdelta
|
|
|
|
# Version required: 1.0.2
|
|
|
|
# Date created: Sun May 4 21:40:06 CDT 1997
|
|
|
|
# Whom: jmacd
|
1998-01-26 16:27:12 +00:00
|
|
|
#
|
1999-05-29 03:47:54 +00:00
|
|
|
# $Id: Makefile,v 1.13 1999/05/02 18:48:03 mharo Exp $
|
1998-01-26 16:27:12 +00:00
|
|
|
#
|
|
|
|
|
1999-02-20 10:47:28 +00:00
|
|
|
DISTNAME= xdelta-1.0.2
|
|
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/xdelta/
|
1998-01-26 16:27:12 +00:00
|
|
|
|
1998-04-19 01:18:10 +00:00
|
|
|
MAINTAINER= jmacd@FreeBSD.ORG
|
1998-03-15 19:44:16 +00:00
|
|
|
|
1998-02-05 15:18:25 +00:00
|
|
|
BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
|
1999-05-29 03:47:54 +00:00
|
|
|
LIB_DEPENDS= glib12.2:${PORTSDIR}/devel/glib12
|
1998-01-26 16:27:12 +00:00
|
|
|
|
1999-05-29 03:47:54 +00:00
|
|
|
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
|
|
|
|
|
|
|
USE_LIBTOOL= yes
|
1999-02-20 10:47:28 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS=-L${LOCALBASE}/lib \
|
1999-05-29 03:47:54 +00:00
|
|
|
GLIB_CONFIG="${GLIB_CONFIG}"
|
1998-09-22 16:43:30 +00:00
|
|
|
|
1998-04-19 01:18:10 +00:00
|
|
|
MAN1= xdelta.1
|
1998-01-26 16:27:12 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|