aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pcc-libs/Makefile
blob: 6422c1b4f4dd508467c0cd27dcb38cc6f4f5f4b3 (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
PORTNAME=	pcc-libs
PORTVERSION=	1.1.0
CATEGORIES=	devel
MASTER_SITES=	ftp://pcc.ludd.ltu.se/pub/pcc-releases/ \
		http://pcc.ludd.ltu.se/ftp/pub/pcc-releases/

MAINTAINER=	pi@FreeBSD.org
COMMENT=	Libraries for the Portable C Compiler
WWW=		http://pcc.ludd.ltu.se/

LICENSE=	BSDCOMPATIBLE BSD2CLAUSE BSD3CLAUSE
LICENSE_COMB=	multi
LICENSE_NAME_BSDCOMPATIBLE=	BSD-style compatible licenses
LICENSE_TEXT_BSDCOMPATIBLE=	The license: BSDCOMPATIBLE (${LICENSE_NAME_BSDCOMPATIBLE}),\
	please read from the web: http://pcc.ludd.ltu.se/licenses/
LICENSE_PERMS_BSDCOMPATIBLE=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

ONLY_FOR_ARCHS=	i386 amd64

USES=	gmake tar:tgz
GNU_CONFIGURE=	yes

DATADIR=	${PREFIX}/lib/pcc
PORTDATA=	*

.include <bsd.port.mk>