aboutsummaryrefslogtreecommitdiffstats
path: root/print/foomatic-db/Makefile
blob: a76bfda162b2abce28959d09a2f29ba200a18728 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Dima Dorfman <dima@unixfreak.org>
# $FreeBSD$

PORTNAME=   db
PORTVERSION=    20160226
CATEGORIES= print
MASTER_SITES=   LOCAL/danilo
PKGNAMEPREFIX=  foomatic-
DISTNAME=   ${PKGNAMEPREFIX}${PORTNAME}-${FOOMATICVER}-${PORTVERSION}

MAINTAINER= danilo@FreeBSD.org
COMMENT=    Database for integrating printer drivers with common spoolers

LIB_DEPENDS=    libxml2.so:${PORTSDIR}/textproc/libxml2 \
        libcurl.so:${PORTSDIR}/ftp/curl

USES=       autoreconf gmake tar:xz
GNU_CONFIGURE=  yes

FOOMATICVER=    4.0
WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
NO_ARCH=    yes

.include <bsd.port.mk>