22 lines
516 B
Makefile
22 lines
516 B
Makefile
# Created by: Johannes Meixner <johannes@perceivon.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cups
|
|
PORTVERSION= 1.4.2
|
|
PORTREVISION= 8
|
|
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= avahi-libs gnutls jpeg png tiff
|
|
USE_LINUX_RPM= yes
|
|
|
|
.include <bsd.port.mk>
|