1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/irc/srvx/Makefile
Mark Linimon bf43557044 For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
2017-11-30 06:13:34 +00:00

47 lines
1.1 KiB
Makefile

# Created by: Walter Venable <weaseal@hotmail.com>
# $FreeBSD$
PORTNAME= srvx
PORTVERSION= 1.3.1
CATEGORIES= irc net
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Services for ircu P10 protocol networks
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_armv6= fails to configure: Cannot detect format string for time_t
BROKEN_armv7= fails to configure: Cannot detect format string for time_t
USES= cpe
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-getopt
SUB_FILES= pkg-message
PLIST_FILES= bin/srvx etc/srvx.conf.example etc/sockcheck.conf.example
PORTDOCS= *
OPTIONS_DEFINE= BAHAMUT DEBUG DOCS
OPTIONS_DEFAULT= BAHAMUT
BAHAMUT_DESC= Enable Bahamut protocol (P10 is default)
DEBUG_CONFIGURE_ON= --enable-debug
BAHAMUT_CONFIGURE_ON= --with-protocol=bahamut
post-patch:
@${REINPLACE_CMD} -e 's|srvx\.conf|${PREFIX}/etc/srx.conf|' \
${WRKSRC}/src/main.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/srvx ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/*.conf.example ${STAGEDIR}${PREFIX}/etc
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/src/*.help ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>