freebsd-ports/print/linux-c6-cups-libs/Makefile
Kurt Jaeger c226e81036 emulators/linux-c6: Update to CentOS 6.10
PR:		229979
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Reviewed by:	xmj
2018-08-26 19:53:54 +00:00

22 lines
516 B
Makefile

# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD$
PORTNAME= cups
PORTVERSION= 1.4.2
PORTREVISION= 9
CATEGORIES= print linux
PKGNAMESUFFIX= -libs
LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Common UNIX Printing System libraries
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX}
RPMVERSION= 79.el6
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX= avahi-libs gnutls jpeg png tiff
USE_LINUX_RPM= yes
.include <bsd.port.mk>