commit a tag points to (both for "release-looking" tags and one with a name which suggests they're going to do this anyway). - move all GH_* to the subdirs to make it easier to see what's going on - use common (and recent) autoconf/automake versions, rather than several different ones. (client uses cmake not autoconf, but that's ok, the AUTO*_VERSION variables are just ignored there). ok kirby@ (maintainer)
16 lines
289 B
Makefile
16 lines
289 B
Makefile
# $OpenBSD: Makefile.inc,v 1.38 2019/08/02 16:44:41 sthen Exp $
|
|
|
|
CATEGORIES = net net/seafile
|
|
|
|
HOMEPAGE = https://www.seafile.com/
|
|
|
|
MAINTAINER = Kirill Bychkov <kirby@openbsd.org>
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
AUTOCONF_VERSION ?= 2.69
|
|
AUTOMAKE_VERSION ?= 1.15
|
|
|
|
#.include <bsd.port.mk>
|