e8bb7f207b
ajacoutot@ ok
37 lines
744 B
Makefile
37 lines
744 B
Makefile
# $OpenBSD: Makefile,v 1.24 2012/09/15 14:39:47 fgsch Exp $
|
|
|
|
COMMENT = lightweight HTTP/SSL proxy
|
|
|
|
V = 1.8.3
|
|
DISTNAME = tinyproxy-${V}
|
|
REVISION = 1
|
|
CATEGORIES = www net
|
|
|
|
HOMEPAGE = https://www.banu.com/tinyproxy/
|
|
MAINTAINER = frantisek holop <minusf@obiit.org>
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
BUILD_DEPENDS = textproc/asciidoc
|
|
|
|
SEPARATE_BUILD = Yes
|
|
CONFIGURE_STYLE = gnu
|
|
CONFIGURE_ARGS = A2X=${LOCALBASE}/bin/a2x.py
|
|
|
|
WANTLIB = c
|
|
|
|
MASTER_SITES = https://www.banu.com/pub/tinyproxy/1.8/
|
|
|
|
REGRESS_TARGET = check
|
|
|
|
SYSCONFDIR = ${BASESYSCONFDIR}/tinyproxy
|
|
|
|
post-install:
|
|
mv ${WRKINST}${SYSCONFDIR} ${PREFIX}/share/examples
|
|
|
|
.include <bsd.port.mk>
|