100196f27a
Especially now that the default line is more verbose.
26 lines
640 B
Makefile
26 lines
640 B
Makefile
# $OpenBSD: Makefile,v 1.13 2001/10/28 13:05:48 espie Exp $
|
|
# $FreeBSD: Makefile,v 1.10 1998/09/03 00:05:11 jmacd Exp $
|
|
|
|
COMMENT= "binary delta generator and prototype RCS replacement"
|
|
|
|
DISTNAME= xdelta-1.1.1
|
|
CATEGORIES= misc
|
|
NEED_VERSION= 1.402
|
|
MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/xdelta/
|
|
|
|
HOMEPAGE= http://www.xcf.berkeley.edu/~jmacd/xdelta.html
|
|
|
|
LIB_DEPENDS= gdbm.2::databases/gdbm \
|
|
glib.1.2::devel/glib
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
CONFIGURE_ARGS+= --enable-static
|
|
|
|
.include <bsd.port.mk>
|