47f9d8fd46
Update dependency to misc/e2fsprogs-libuuid Bump PORTREVISION * misc/e2fsprogs-libuuid Add new port: UUID library from the e2fsprogs package * misc/Makefile Add entry to misc/e2fsprogs-libuuid * misc/ossp-uuid Add CONFLICTS to misc/e2fsprogs-libuuid * sysutils/e2fsprogs Change to a master port Remove conflict with misc/ossp-uuid Remove uuid part Bump PORTREVISION PR: 92356 Submitted by: Matthias Andree <matthias.andree@gmx.de>
37 lines
921 B
Makefile
37 lines
921 B
Makefile
# New ports collection makefile for: e2fsprogs-libuuid
|
|
# Date created: 26 Jan 2006
|
|
# Whom: Matthias Andree <matthias.andree@gmx.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= misc devel
|
|
PKGNAMESUFFIX= -libuuid
|
|
|
|
MAINTAINER= matthias.andree@gmx.de
|
|
COMMENT= UUID library from e2fsprogs package
|
|
|
|
CONFIGURE_ARGS= --enable-elf-shlibs --disable-fsck --disable-e2initrd-helper
|
|
|
|
CONFLICTS= ossp-uuid-[0-9]*
|
|
|
|
WITHOUT_NLS= yes
|
|
MASTERDIR= ${.CURDIR}/../../sysutils/e2fsprogs
|
|
MAKE_ARGS= LIB_SUBDIRS=lib/uuid
|
|
INSTALLS_SHLIB= yes
|
|
NO_FILTER_SHLIBS= yes
|
|
ALL_TARGET= libs
|
|
INSTALL_TARGET= install install-shlibs
|
|
INSTALL_WRKSRC= ${WRKSRC}/lib/uuid
|
|
|
|
MAN3= uuid.3 uuid_clear.3 uuid_compare.3 uuid_copy.3 uuid_generate.3 \
|
|
uuid_is_null.3 uuid_parse.3 uuid_time.3 uuid_unparse.3 \
|
|
uuid_generate_random.3 uuid_generate_time.3
|
|
|
|
PKGDIR= ${.CURDIR}
|
|
|
|
pre-build:
|
|
${MKDIR} ${WRKSRC}/lib/uuid/elfshared
|
|
|
|
.include "${MASTERDIR}/Makefile"
|