1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/misc/xdelta/Makefile

28 lines
664 B
Makefile
Raw Normal View History

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
#
# $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
MAINTAINER= jmacd@FreeBSD.ORG
BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
LIB_DEPENDS= glib12.2:${PORTSDIR}/devel/glib12
1998-01-26 16:27:12 +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 \
GLIB_CONFIG="${GLIB_CONFIG}"
1998-09-22 16:43:30 +00:00
MAN1= xdelta.1
1998-01-26 16:27:12 +00:00
.include <bsd.port.mk>