blob: 26abb191aa4a1af3f74eefdc3fe3c73caa0cd97e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: gutenprint-cups
# Date created: 2007-03-27
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/print/gutenprint-cups/Makefile,v 1.1 2007/03/30 16:42:47 ahze Exp $
PORTREVISION= 1
PORTEPOCH= 0
PKGNAMESUFFIX= -cups
MAINTAINER= cmt@burggraben.net
COMMENT= GutenPrint CUPS drivers
LICENSE= GPLv2
MASTERDIR= ${.CURDIR}/../../print/gutenprint-base
GUT_SLAVE= cups
PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"
|