freebsd-ports/print/linux-c7-cups-libs/Makefile
Mathieu Arnold e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00

27 lines
618 B
Makefile

# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
# $FreeBSD$
PORTNAME= cups
PORTVERSION= 1.6.3
PORTREVISION= 4
CATEGORIES= print linux
PKGNAMESUFFIX= -libs
LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Common UNIX Printing System libraries
CONFLICTS= linux-c6-${LINUXNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX}
RPMVERSION= 29.el7
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= avahi-libs openssl
USE_LINUX_RPM= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>