1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/misc/xdelta/Makefile
Joshua Peck Macdonald d600397077 New version.
1998-09-03 00:05:17 +00:00

23 lines
601 B
Makefile

# New ports collection makefile for: xdelta
# Version required: 0.23
# Date created: Sun May 4 21:40:06 CDT 1997
# Whom: jmacd
#
# $Id: Makefile,v 1.9 1998/05/03 23:57:56 steve Exp $
#
DISTNAME= xdelta-0.23
CATEGORIES= misc
MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/xdelta/
MAINTAINER= jmacd@FreeBSD.ORG
BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
GNU_CONFIGURE= yup
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS=-L${LOCALBASE}/lib INSTALL_SCRIPT='$${INSTALL} -m 755'
MAN1= xdelta.1
.include <bsd.port.mk>