forked from Lainports/freebsd-ports
Co-authored-by: Gleb Popov <arrowd@FreeBSD.org> Sponsored by: Serenity Cybersecurity, LLC
20 lines
514 B
Makefile
20 lines
514 B
Makefile
PORTNAME= libproxy
|
|
PORTVERSION= 0.4.15
|
|
DISTVERSIONSUFFIX= -35.el9
|
|
CATEGORIES= net linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Library that provides automatic proxy configuration management. (Rocky Linux ${LINUX_DIST_VER})
|
|
WWW= https://libproxy.github.io/libproxy/
|
|
|
|
USES= cpe linux:rl9
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX_RPM= yes
|
|
|
|
CONFLICTS= linux-c7-${PORTNAME}
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|