2013-06-07 07:53:00 +02:00
|
|
|
# Created by: Ben Kaduk <kaduk@mit.edu>
|
2010-01-07 14:51:03 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2014-10-07 21:15:52 +02:00
|
|
|
PORTREVISION= 0
|
2010-01-07 14:51:03 +01:00
|
|
|
CATEGORIES= devel
|
|
|
|
PKGNAMESUFFIX= -libss
|
|
|
|
|
|
|
|
MAINTAINER= kaduk-fbsd@mit.edu
|
|
|
|
COMMENT= Command-line interface parsing library from e2fsprogs
|
|
|
|
|
|
|
|
CONFLICTS= heimdal-[0-9]*
|
|
|
|
CONFLICTS+= krb4-[0-9]*
|
|
|
|
|
2016-09-19 15:25:08 +02:00
|
|
|
BROKEN_mips= Does not build: expected declaration specifiers before size_t
|
|
|
|
BROKEN_mips64= Does not build: expected declaration specifiers before size_t
|
2017-04-29 08:32:03 +02:00
|
|
|
BROKEN_powerpc64= Does not build: expected declaration specifiers before size_t
|
2016-09-19 15:25:08 +02:00
|
|
|
BROKEN_sparc64= Does not build: expected declaration specifiers before size_t
|
|
|
|
|
2013-06-07 07:53:00 +02:00
|
|
|
OPTIONS_EXCLUDE= DOCS EXAMPLES IPV6 NLS
|
2010-01-07 14:51:03 +01:00
|
|
|
CONFIGURE_ARGS= --enable-elf-shlibs
|
|
|
|
MASTERDIR= ${.CURDIR}/../../sysutils/e2fsprogs
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
2016-12-25 20:18:46 +01:00
|
|
|
BUILD_WRKSRC= ${WRKSRC}/lib/ss
|
2010-01-07 14:51:03 +01:00
|
|
|
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"
|