aboutsummaryrefslogtreecommitdiff
path: root/devel/cssc/Makefile
blob: 1fd7f4373efc56ae1b07b41c6b6ae82212896960 (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
# $FreeBSD$

PORTNAME=	cssc
PORTVERSION=	1.4.0
PORTREVISION=	3
CATEGORIES=	devel
MASTER_SITES=	GNU
DISTNAME=	CSSC-${PORTVERSION}

MAINTAINER=	oliver@fromme.com
COMMENT=	Workalike for the source code control system SCCS

LICENSE=	GPLv3

BROKEN_powerpc64=	does not build: undefined reference to fmax

GNU_CONFIGURE=	yes
INFO=		cssc
USE_GCC=	any

OPTIONS_DEFINE=			BINARY
OPTIONS_DEFAULT=		BINARY
BINARY_DESC=			Support binary SCCS files (Solaris interoperability)
BINARY_CONFIGURE_ENABLE=	binary

.include <bsd.port.mk>