freebsd-ports/print/linux-c6-cups-libs/Makefile
Tijl Coosemans e6b80f8333 Update to CentOS 6.9.
PR:		218732
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2017-05-26 10:26:39 +00:00

22 lines
491 B
Makefile

# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD$
PORTNAME= cups
PORTVERSION= 1.4.2
PORTREVISION= 7
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= 77.el6
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX= gnutls
USE_LINUX_RPM= yes
.include <bsd.port.mk>