ports/devel/e2fsprogs-libss/Makefile
Matthias Andree e76b66fc16 Upgrade to new upstream release 1.43.5, assorted fixes.
Changelog:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.5>

Add proper LICENSE* statements to all the Makefiles of e2fsprogs
and its slave ports.

Update e2fsprogs-libuuid's pkg-plist to use @preunexec and @dir,
instead of @[un]exec.

Add BLKID_FILE to e2fsprogs's Makefile to prevent f_detect_xfs
from polluting the system's /etc/blkid.tab in make check.
2017-08-12 10:12:47 +00:00

37 lines
1 KiB
Makefile

# Created by: Ben Kaduk <kaduk@mit.edu>
# $FreeBSD$
PORTREVISION= 0
CATEGORIES= devel
PKGNAMESUFFIX= -libss
MAINTAINER= kaduk-fbsd@mit.edu
COMMENT= Command-line interface parsing library from e2fsprogs
LICENSE= MIT
LICENSE_FILE= ${INSTALL_WRKSRC}/ss.h
CONFLICTS= heimdal-[0-9]*
CONFLICTS+= krb4-[0-9]*
BROKEN_mips= Does not build: expected declaration specifiers before size_t
BROKEN_mips64= Does not build: expected declaration specifiers before size_t
BROKEN_powerpc64= Does not build: expected declaration specifiers before size_t
BROKEN_sparc64= Does not build: expected declaration specifiers before size_t
OPTIONS_EXCLUDE= DOCS EXAMPLES IPV6 NLS
CONFIGURE_ARGS= --enable-elf-shlibs
MASTERDIR= ${.CURDIR}/../../sysutils/e2fsprogs
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
BUILD_WRKSRC= ${WRKSRC}/lib/ss
INSTALL_WRKSRC= ${WRKSRC}/lib/ss
FILESDIR= ${.CURDIR}/files
PKGDIR= ${.CURDIR}
pre-build:
@(cd ${WRKSRC}/lib/ss && compile_et ss_err.et && \
${REINPLACE_CMD} -f ${FILESDIR}/fix-ss_err.h.sed ss_err.h)
.include "${MASTERDIR}/Makefile"