blob: c516cf1b59173a8e2a64cccbb2fcc2f7a0cb8384 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Dima Dorfman <dima@unixfreak.org>
PORTNAME= foomatic-db
PORTVERSION= 20220113
CATEGORIES= print
MAINTAINER= danilo@FreeBSD.org
COMMENT= Database for integrating printer drivers with common spoolers
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake tar:xz autoreconf
USE_GITHUB= yes
GH_ACCOUNT= OpenPrinting
GH_TAGNAME= adb5812707743c4645efbacfb8cf682bd1d7ce3d
GNU_CONFIGURE= yes
NO_ARCH= yes
.include <bsd.port.mk>
|