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

27 lines
686 B
Makefile
Raw Normal View History

1998-01-26 16:27:12 +00:00
# New ports collection makefile for: xdelta
1998-09-03 00:05:17 +00:00
# Version required: 0.23
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
#
1998-09-22 16:43:30 +00:00
# $Id: Makefile,v 1.10 1998/09/03 00:05:11 jmacd Exp $
1998-01-26 16:27:12 +00:00
#
1998-09-03 00:05:17 +00:00
DISTNAME= xdelta-0.23
1998-01-26 16:27:12 +00:00
CATEGORIES= misc
1998-09-03 00:05:17 +00:00
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
1998-01-26 16:27:12 +00:00
GNU_CONFIGURE= yup
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS=-L${LOCALBASE}/lib INSTALL_SCRIPT='$${INSTALL} -m 755'
1998-09-22 16:43:30 +00:00
MAN1= xdelta.1
1998-01-26 16:27:12 +00:00
1998-09-22 16:43:30 +00:00
post-install:
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
1998-01-26 16:27:12 +00:00
.include <bsd.port.mk>