opnsense-ports/devel/cssc/Makefile
Franco Fichtner 880d758fe4 */*: sync with upstream
Taken from: FreeBSD
2015-06-26 07:50:32 +02:00

26 lines
516 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
BROKEN_FreeBSD_9= does not build on FreeBSD 9.x
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>