blob: c8aad8500356b6d8519c5410cb6e376ed182811b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Dima Dorfman <dima@unixfreak.org>
# $FreeBSD$
PORTNAME= foomatic-db
PORTVERSION= 20161105
CATEGORIES= print
MASTER_SITES= LOCAL/danilo
DISTNAME= ${PORTNAME}-${FOOMATICVER}-${PORTVERSION}
MAINTAINER= danilo@FreeBSD.org
COMMENT= Database for integrating printer drivers with common spoolers
USES= gmake tar:xz
GNU_CONFIGURE= yes
FOOMATICVER= 4.0
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
NO_ARCH= yes
.include <bsd.port.mk>
|