mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
621eb481c6
of other ports. PR: 6423
23 lines
600 B
Makefile
23 lines
600 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.8 1998/04/30 02:03:14 asami 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
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS=-L${LOCALBASE}/lib INSTALL_SCRIPT='$${INSTALL} -m 755'
|
|
MAN1= xdelta.1
|
|
|
|
.include <bsd.port.mk>
|