opnsense-ports/devel/cssc/Makefile
2022-09-07 22:33:21 +02:00

26 lines
658 B
Makefile

PORTNAME= cssc
PORTVERSION= 1.4.1
CATEGORIES= devel
MASTER_SITES= GNU
DISTNAME= CSSC-${PORTVERSION}
MAINTAINER= gspurki@gmail.com
COMMENT= Workalike for the source code control system SCCS
WWW= https://www.gnu.org/software/cssc/
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."
USES= compiler:c11
GNU_CONFIGURE= yes
INFO= cssc
OPTIONS_DEFINE= BINARY
OPTIONS_DEFAULT= BINARY
BINARY_DESC= Support binary SCCS files (Solaris interoperability)
BINARY_CONFIGURE_ENABLE= binary
.include <bsd.port.mk>