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.
19 lines
459 B
Makefile
19 lines
459 B
Makefile
# $NetBSD: Makefile,v 1.19 2020/01/18 23:30:43 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= treecc-0.3.10
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://download.savannah.gnu.org/releases/dotgnu-pnet/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.gnu.org/projects/dotgnu/
|
|
COMMENT= DotGNU Portable.NET aspect-oriented programming tool
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake lex yacc makeinfo
|
|
INFO_FILES= yes
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|