freebsd-ports/devel/cssc/Makefile
Fernando Apesteguía 90c948015e devel/cssc: Update to 1.4.1
ChangeLog: http://savannah.gnu.org/forum/forum.php?forum_id=9429

Submitter claims maintainership.

PR:	249213
Submitted by:	gspurki@gmail.com
Approved by:	oliver@fromme.com (maintainer)
2020-10-06 11:57:15 +00:00

28 lines
658 B
Makefile

# Created by: Oliver Fromme
# $FreeBSD$
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
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>