1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/misc/xdelta/Makefile

24 lines
550 B
Makefile
Raw Normal View History

1998-01-26 16:27:12 +00:00
# New ports collection makefile for: xdelta
# Version required: 0.18
1998-01-26 16:27:12 +00:00
# Date created: Sun May 4 21:40:06 CDT 1997
# Whom: jmacd
1998-01-26 16:27:12 +00:00
#
# $Id: Makefile,v 1.6 1998/04/21 00:09:55 jmacd Exp $
1998-01-26 16:27:12 +00:00
#
DISTNAME= xdelta-0.18
1998-01-26 16:27:12 +00:00
CATEGORIES= misc
MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/jmacd/
1998-01-26 16:27:12 +00:00
MAINTAINER= jmacd@FreeBSD.ORG
BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
1998-01-26 16:27:12 +00:00
GNU_CONFIGURE= yup
1998-01-26 16:27:12 +00:00
#
# this seems to be necessary for libtool :(
MAKE_ENV= CC=cc
MAN1= xdelta.1
1998-01-26 16:27:12 +00:00
.include <bsd.port.mk>