freebsd-ports/devel/cssc/Makefile
Mark Linimon fc9c516346 This port needs USES=compiler:c11 to build on GCC-based architectures.
This obviates USE_GCC.

PR:		234214
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-12-22 01:52:08 +00:00

28 lines
675 B
Makefile

# Created by: Oliver Fromme
# $FreeBSD$
PORTNAME= cssc
PORTVERSION= 1.4.0
PORTREVISION= 7
CATEGORIES= devel
MASTER_SITES= GNU
DISTNAME= CSSC-${PORTVERSION}
MAINTAINER= oliver@fromme.com
COMMENT= Workalike for the source code control system SCCS
LICENSE= GPLv3
BROKEN_mips= fails to compile: ../gl/lib/unistd.h:135:3: "Please include config.h first."
BROKEN_mips64= fails to compile: ../gl/lib/unistd.h:135:3: "Please include config.h first."
GNU_CONFIGURE= yes
INFO= cssc
USES= compiler:c11
OPTIONS_DEFINE= BINARY
OPTIONS_DEFAULT= BINARY
BINARY_DESC= Support binary SCCS files (Solaris interoperability)
BINARY_CONFIGURE_ENABLE= binary
.include <bsd.port.mk>