mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
d3f805db2b
- Update MAINTAINER email address - Support staging - Add LICENSE (GPLv3) - Add option for Solaris interoperability - Remove indefinite article from COMMENT - Update pkg-descr PR: ports/182830 Submitted by: Oliver Fromme <oliver@fromme.com> (maintainer)
24 lines
454 B
Makefile
24 lines
454 B
Makefile
# Created by: Oliver Fromme
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cssc
|
|
PORTVERSION= 1.3.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
|
|
|
|
OPTIONS_DEFINE= BINARY
|
|
OPTIONS_DEFAULT= BINARY
|
|
BINARY_DESC= Support binary SCCS files (Solaris interoperability)
|
|
BINARY_CONFIGURE_ENABLE= binary
|
|
|
|
.include <bsd.port.mk>
|