b686dd9180
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
22 lines
680 B
Makefile
22 lines
680 B
Makefile
# $NetBSD: Makefile,v 1.67 2020/01/18 23:32:42 rillig Exp $
|
|
|
|
GCC_VERSION= 3.3.6
|
|
DISTNAME= gcc3-${GCC_VERSION}
|
|
CATEGORIES= lang
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://gcc.gnu.org/
|
|
COMMENT= GNU Compiler Collection, v3
|
|
|
|
NOT_FOR_PLATFORM= Darwin-*-*
|
|
|
|
META_PACKAGE= yes
|
|
|
|
DEPENDS+= gcc3-c-${GCC_VERSION}{,nb*}:../../lang/gcc3-c
|
|
DEPENDS+= gcc3-c++-${GCC_VERSION}{,nb*}:../../lang/gcc3-c++
|
|
DEPENDS+= gcc3-f77-${GCC_VERSION}{,nb*}:../../lang/gcc3-f77
|
|
# Not buildable for ages and has proved not fixable in practice.
|
|
#DEPENDS+= gcc3-java-${GCC_VERSION}{,nb*}:../../lang/gcc3-java
|
|
DEPENDS+= gcc3-objc-${GCC_VERSION}{,nb*}:../../lang/gcc3-objc
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|