diff options
| author | la-ninpre <aaoth@aaoth.xyz> | 2023-04-27 00:56:41 +0300 |
|---|---|---|
| committer | la-ninpre <aaoth@aaoth.xyz> | 2023-04-27 00:56:41 +0300 |
| commit | 6fde0e3ec189ce2bd2fbc0ba5dd916846a1d7050 (patch) | |
| tree | 5031984846e3f91b07f93fcec75bd4ce801c0775 /www/cgit/Makefile | |
| parent | 30dc46c16abf2486019d4a8aff3614e9ff4059f6 (diff) | |
| download | ports-6fde0e3ec189ce2bd2fbc0ba5dd916846a1d7050.tar.gz ports-6fde0e3ec189ce2bd2fbc0ba5dd916846a1d7050.zip | |
remove www/cgit and www/mycorrhiza
Diffstat (limited to 'www/cgit/Makefile')
| -rw-r--r-- | www/cgit/Makefile | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/www/cgit/Makefile b/www/cgit/Makefile deleted file mode 100644 index 5eb017d..0000000 --- a/www/cgit/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -COMMENT = web frontend for git repositories - -V = 1.2.3pl14 -DISTNAME = cgit-${V} -CATEGORIES = www devel - -# upstream has git 2.25.1 called out as the specific version to build against -# https://git.zx2c4.com/cgit/commit/?id=fde897b8171ed2e925b44ec6f69590ec07241017 -DISTFILES = ${DISTNAME}.tar.gz:0 \ - git-2.32.0.tar.gz:1 - -MASTER_SITES0 = https://git.aaoth.xyz/cgit.git/snapshot/ -MASTER_SITES1 = https://www.kernel.org/pub/software/scm/git/ -HOMEPAGE = https://git.zx2c4.com/cgit/about/ - -# GPLv2 -PERMIT_PACKAGE = Yes - -USE_GMAKE = yes - -BUILD_DEPENDS = textproc/asciidoc -LIB_DEPENDS = converters/libiconv - -PREFIX = ${VARBASE}/www -MAKE_FLAGS += V=1 NO_GETTEXT=1 NO_LUA=1 LDFLAGS+='${STATIC} -L${LOCALBASE}/lib' - -ALL_TARGET = all doc-man - -post-extract: - rmdir ${WRKSRC}/git - mv ${WRKDIR}/git-* ${WRKSRC}/git - -post-install: - mv ${PREFIX}/htdocs ${PREFIX}/cgit - ${INSTALL_MAN} ${WRKBUILD}/cgitrc.5 ${WRKINST}${LOCALBASE}/man/man5 - -.include <bsd.port.mk> |
