77f8276a88
- Use the version tag instead of commit hash when they're the same. - Remove unnneeded variables. - Simplify go- ports when possible. - Various fixes. Sponsored by: Absolight
18 lines
370 B
Makefile
18 lines
370 B
Makefile
# Created by: Kozlov Sergey <kozlov.sergey.404@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sidebar_hide
|
|
PORTVERSION= 0.0.7
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= kozlov.sergey.404@gmail.com
|
|
COMMENT= Adds simple hide button for sidebar of Redmine
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_GITHUB= YES
|
|
GH_ACCOUNT= bdemirkir
|
|
|
|
REDMINE_PLUGIN_NAME= sidebar_hide
|
|
|
|
.include "${.CURDIR}/../../www/redmine/bsd.redmine.mk"
|