blob: b17f432f99e23d0c4ef749ff08abf772370e1a93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# ports collection makefile for: gimp-print
# Date Created: 2002 01 02
# Whom: dgilbert@velocet.ca
# $FreeBSD$
PORTNAME= gimp-print
PORTVERSION= 4.2.0
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= dgilbert@velocet.ca
RUN_DEPENDS= gimp:${PORTSDIR}/graphics/gimp1
LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-cups --with-ghost
USE_GMAKE= yes
INSTALLS_SHLIB= yes
MAN1= escputil.1 gimpprint-config.1
MAN3= gimpprint.3
MAN8= cups-calibrate.8
.include <bsd.port.mk>
|