freebsd-ports/devel/cssc/Makefile
Rodrigo Osorio 05b3d2e53b Fix crash when built with clang by forcing gcc
Moves license to makes portlint happy
Bump portrevision

PR:		ports/189975
Submitted by:	rodrigo
MFH:		2014Q4
2014-12-08 21:46:40 +00:00

24 lines
467 B
Makefile

# Created by: Oliver Fromme
# $FreeBSD$
PORTNAME= cssc
PORTVERSION= 1.4.0
CATEGORIES= devel
MASTER_SITES= GNU
DISTNAME= CSSC-${PORTVERSION}
MAINTAINER= oliver@fromme.com
COMMENT= Workalike for the source code control system SCCS
LICENSE= GPLv3
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>