mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
A new slave port of the blkid library from the sysutils/e2fsprogs.
PR: ports/116231 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Approved by: shaun (mentor)
This commit is contained in:
parent
31cf697f5a
commit
b643de6ab0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200665
38
misc/e2fsprogs-libblkid/Makefile
Normal file
38
misc/e2fsprogs-libblkid/Makefile
Normal file
@ -0,0 +1,38 @@
|
||||
# New ports collection makefile for: e2fsprogs-libblkid
|
||||
# Date created: 2007-09-07
|
||||
# Whom: Matthias Andree <matthias.andree@gmx.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# set PORTREVISION to avoid override by master port
|
||||
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= misc devel
|
||||
PKGNAMESUFFIX= -libblkid
|
||||
|
||||
COMMENT= A blkid library from e2fsprogs package
|
||||
|
||||
LIB_DEPENDS= uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid
|
||||
|
||||
CONFIGURE_ARGS= --enable-elf-shlibs
|
||||
|
||||
WITHOUT_NLS= yes
|
||||
MASTERDIR= ${.CURDIR}/../../sysutils/e2fsprogs
|
||||
MAKE_ARGS= LIB_SUBDIRS=lib/blkid
|
||||
USE_LDCONFIG= yes
|
||||
ALL_TARGET= libs
|
||||
INSTALL_TARGET= install install-shlibs
|
||||
INSTALL_WRKSRC= ${WRKSRC}/lib/blkid
|
||||
|
||||
MAN3= libblkid.3
|
||||
|
||||
PKGDIR= ${.CURDIR}
|
||||
|
||||
pre-build:
|
||||
${MKDIR} ${WRKSRC}/lib/blkid/elfshared
|
||||
|
||||
post-build:
|
||||
cd ${WRKSRC}/lib/uuid && ${MAKE}
|
||||
cd ${INSTALL_WRKSRC} && ${MAKE} check
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
3
misc/e2fsprogs-libblkid/pkg-descr
Normal file
3
misc/e2fsprogs-libblkid/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Block device identification library from the e2fsprogs package.
|
||||
|
||||
WWW: http://e2fsprogs.sourceforge.net/
|
8
misc/e2fsprogs-libblkid/pkg-plist
Normal file
8
misc/e2fsprogs-libblkid/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
include/blkid/blkid.h
|
||||
include/blkid/blkid_types.h
|
||||
lib/libblkid.so.1.0
|
||||
lib/libblkid.so.1
|
||||
lib/libblkid.so
|
||||
lib/libblkid.a
|
||||
libdata/pkgconfig/blkid.pc
|
||||
@dirrm include/blkid
|
Loading…
Reference in New Issue
Block a user