summaryrefslogtreecommitdiff
path: root/devel/cssc/Makefile
blob: dcd5ef1715b9e992c7be1e09251a455364c41e69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: Oliver Fromme

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>