diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-08 15:31:43 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-08 15:31:43 +0800 |
commit | 496ae2a6639686fb9df2494a7a5730cefd39b92c (patch) | |
tree | c96d5ceb9e924ec4d0a028167b1922ca0e560553 | |
parent | bb3c62dc7adc7f45541e3a2921fe620275a11fa9 (diff) | |
download | marcuscom-ports-496ae2a6639686fb9df2494a7a5730cefd39b92c.tar marcuscom-ports-496ae2a6639686fb9df2494a7a5730cefd39b92c.tar.gz marcuscom-ports-496ae2a6639686fb9df2494a7a5730cefd39b92c.tar.bz2 marcuscom-ports-496ae2a6639686fb9df2494a7a5730cefd39b92c.tar.lz marcuscom-ports-496ae2a6639686fb9df2494a7a5730cefd39b92c.tar.xz marcuscom-ports-496ae2a6639686fb9df2494a7a5730cefd39b92c.tar.zst marcuscom-ports-496ae2a6639686fb9df2494a7a5730cefd39b92c.zip |
Update to 0.81.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10028 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | devel/libvolume_id/Makefile | 38 | ||||
-rw-r--r-- | devel/libvolume_id/distinfo | 3 | ||||
-rw-r--r-- | devel/libvolume_id/pkg-descr | 3 |
3 files changed, 44 insertions, 0 deletions
diff --git a/devel/libvolume_id/Makefile b/devel/libvolume_id/Makefile new file mode 100644 index 000000000..f26c8a6c9 --- /dev/null +++ b/devel/libvolume_id/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: libvolume_id +# Date created: 04 November 2006 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/devel/libvolume_id/Makefile,v 1.5 2007/05/30 20:20:09 marcus Exp $ + +PORTNAME= libvolume_id +PORTVERSION= 0.81.0 +CATEGORIES= devel +MASTER_SITES= http://www.marcuscom.com/downloads/ + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Library to provide file system type information + +USE_BZIP2= yes +USE_GMAKE= yes +USE_GNOME= pkgconfig +USE_LDCONFIG= yes +MAKE_ENV= E=${ECHO_MSG} RANLIB=${RANLIB} AR=${AR} Q=@ \ + CC=${CC} prefix=${PREFIX} + +PLIST_FILES= include/libvolume_id.h \ + lib/libvolume_id.a \ + lib/libvolume_id.so \ + lib/libvolume_id.so.0 \ + libdata/pkgconfig/libvolume_id.pc + +.include <bsd.port.pre.mk> + +do-install: + ${MKDIR} ${PREFIX}/libdata/pkgconfig + ${INSTALL_DATA} ${WRKSRC}/libvolume_id.pc ${PREFIX}/libdata/pkgconfig/libvolume_id.pc + ${INSTALL_DATA} ${WRKSRC}/libvolume_id.h ${PREFIX}/include/libvolume_id.h + ${INSTALL_DATA} ${WRKSRC}/libvolume_id.a ${PREFIX}/lib/libvolume_id.a + ${INSTALL_PROGRAM} ${WRKSRC}/libvolume_id.so.0 ${PREFIX}/lib/libvolume_id.so.0 + ${LN} -sf ${PREFIX}/lib/libvolume_id.so.0 ${PREFIX}/lib/libvolume_id.so + +.include <bsd.port.post.mk> diff --git a/devel/libvolume_id/distinfo b/devel/libvolume_id/distinfo new file mode 100644 index 000000000..c7035610c --- /dev/null +++ b/devel/libvolume_id/distinfo @@ -0,0 +1,3 @@ +MD5 (libvolume_id-0.81.0.tar.bz2) = d5a66bb607e9811f28d40ee3ac8580e0 +SHA256 (libvolume_id-0.81.0.tar.bz2) = 2f6b685893a15d2d4d578bd41692e3091dcfcf88973a23bb0c6b02b266b8f5b6 +SIZE (libvolume_id-0.81.0.tar.bz2) = 23274 diff --git a/devel/libvolume_id/pkg-descr b/devel/libvolume_id/pkg-descr new file mode 100644 index 000000000..7cc7c5dcd --- /dev/null +++ b/devel/libvolume_id/pkg-descr @@ -0,0 +1,3 @@ +Libvolume_id is a library that provides file system information for a given +volume device (i.e. file system type, label, etc.). It supports all of the +major file systems. |