diff options
-rw-r--r-- | misc/xdelta/Makefile | 28 | ||||
-rw-r--r-- | misc/xdelta/distinfo | 2 | ||||
-rw-r--r-- | misc/xdelta/pkg-plist | 12 |
3 files changed, 27 insertions, 15 deletions
diff --git a/misc/xdelta/Makefile b/misc/xdelta/Makefile index 27c8c9dfa84e..eea15bb34bb3 100644 --- a/misc/xdelta/Makefile +++ b/misc/xdelta/Makefile @@ -1,26 +1,32 @@ -# New ports collection makefile for: xdelta -# Version required: 0.23 -# Date created: Sun May 4 21:40:06 CDT 1997 -# Whom: jmacd +# New ports collection makefile for: xdelta +# Version required: 1.0.2 +# Date created: Sun May 4 21:40:06 CDT 1997 +# Whom: jmacd # -# $Id: Makefile,v 1.10 1998/09/03 00:05:11 jmacd Exp $ +# $Id: Makefile,v 1.11 1998/09/22 16:43:30 vanilla Exp $ # -DISTNAME= xdelta-0.23 -CATEGORIES= misc -MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/xdelta/ +DISTNAME= xdelta-1.0.2 +CATEGORIES= misc +MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/xdelta/ MAINTAINER= jmacd@FreeBSD.ORG BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm +LIB_DEPENDS= glib11d.2:${PORTSDIR}/devel/glib11-devel -GNU_CONFIGURE= yup -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS=-L${LOCALBASE}/lib INSTALL_SCRIPT='$${INSTALL} -m 755' +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS=-L${LOCALBASE}/lib \ + INSTALL_SCRIPT='$${INSTALL} -m 755' \ + GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" MAN1= xdelta.1 post-install: @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + @if [ ! -f ${PREFIX}/info/dir ]; then \ + ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ + fi .include <bsd.port.mk> diff --git a/misc/xdelta/distinfo b/misc/xdelta/distinfo index 698473e0316a..30ac9fe44384 100644 --- a/misc/xdelta/distinfo +++ b/misc/xdelta/distinfo @@ -1 +1 @@ -MD5 (xdelta-0.23.tar.gz) = feb1c7a066025cba0bbca05c1dd68e60 +MD5 (xdelta-1.0.2.tar.gz) = 6bce2909de2202189b531607af41e11a diff --git a/misc/xdelta/pkg-plist b/misc/xdelta/pkg-plist index f6fcc64b873b..729602fa2542 100644 --- a/misc/xdelta/pkg-plist +++ b/misc/xdelta/pkg-plist @@ -1,10 +1,16 @@ bin/xdelta -include/fakeglib.h +bin/xdelta-config +include/serializeio.h include/xdelta.h -include/xdeltaconfig.h +include/xdser.h +@unexec install-info --delete %D/info/xdelta.info %D/info/dir +info/xdelta.info +@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir +@exec install-info %D/info/xdelta.info %D/info/dir lib/libxdelta.a lib/libxdelta.la lib/libxdelta.so -lib/libxdelta.so.0.22 +lib/libxdelta.so.1 @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +share/aclocal/xdelta.m4 |