diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-09-22 12:49:18 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-09-22 12:49:18 +0000 |
commit | 382a684554284390f3278eed56236e1f9de21e2d (patch) | |
tree | f4eb0a95ad150b7dd001671c00c4ac82e675126b /devel/libbinio | |
parent | 289abe572d2de062c7ebdfe6d468be2075702275 (diff) | |
download | ports-382a684554284390f3278eed56236e1f9de21e2d.tar.gz ports-382a684554284390f3278eed56236e1f9de21e2d.zip |
Notes
Diffstat (limited to 'devel/libbinio')
-rw-r--r-- | devel/libbinio/Makefile | 12 | ||||
-rw-r--r-- | devel/libbinio/distinfo | 4 | ||||
-rw-r--r-- | devel/libbinio/pkg-descr | 3 | ||||
-rw-r--r-- | devel/libbinio/pkg-plist | 10 |
4 files changed, 14 insertions, 15 deletions
diff --git a/devel/libbinio/Makefile b/devel/libbinio/Makefile index a9cc0cb23062..87384c8a331d 100644 --- a/devel/libbinio/Makefile +++ b/devel/libbinio/Makefile @@ -1,13 +1,12 @@ -# New ports collection makefile for: libbinio -# Date created: 10 August 2004 -# Whom: Emanuel Haupt <ehaupt@critical.ch> +# New ports collection makefile for: libbinio +# Date created: 10 August 2004 +# Whom: Emanuel Haupt <ehaupt@critical.ch> # # $FreeBSD$ # PORTNAME= libbinio -PORTVERSION= 1.3 -PORTREVISION= 1 +PORTVERSION= 1.4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -29,7 +28,8 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} ${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" post-patch: - @${REINPLACE_CMD} -e 's|^\(SUBDIRS\ =\).*|\1 src|' \ + @${REINPLACE_CMD} -e 's|^\(SUBDIRS\ =\).*|\1 src|; \ + s|^\(pkgconfigdir\).*|\1 = ${PREFIX}/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.in .include <bsd.port.mk> diff --git a/devel/libbinio/distinfo b/devel/libbinio/distinfo index 755d5da543c7..e2dcd264a153 100644 --- a/devel/libbinio/distinfo +++ b/devel/libbinio/distinfo @@ -1,2 +1,2 @@ -MD5 (libbinio-1.3.tar.gz) = 2bee4db14e3b3ef45a58291b7c9b5898 -SIZE (libbinio-1.3.tar.gz) = 434702 +MD5 (libbinio-1.4.tar.gz) = bc2efd55a4569ddaf5a3e7bd5639c616 +SIZE (libbinio-1.4.tar.gz) = 434961 diff --git a/devel/libbinio/pkg-descr b/devel/libbinio/pkg-descr index 943899aaf6cc..2fc6aad3453e 100644 --- a/devel/libbinio/pkg-descr +++ b/devel/libbinio/pkg-descr @@ -9,6 +9,3 @@ It further employs no special I/O protocol and can be used on arbitrary binary data sources. WWW: http://libbinio.sourceforge.net/ - -- ehaupt -ehaupt@critical.ch diff --git a/devel/libbinio/pkg-plist b/devel/libbinio/pkg-plist index 4ca7f6b1ea4a..b7909ad6e3af 100644 --- a/devel/libbinio/pkg-plist +++ b/devel/libbinio/pkg-plist @@ -1,7 +1,9 @@ -include/binfile.h -include/binio.h -include/binstr.h -include/binwrap.h +include/libbinio/binfile.h +include/libbinio/binio.h +include/libbinio/binstr.h +include/libbinio/binwrap.h +@dirrm include/libbinio lib/libbinio.a lib/libbinio.so lib/libbinio.so.1 +libdata/pkgconfig/libbinio.pc |