1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/print/foomatic-db/Makefile
2020-10-30 09:06:36 +00:00

25 lines
495 B
Makefile

# Created by: Dima Dorfman <dima@unixfreak.org>
# $FreeBSD$
PORTNAME= foomatic-db
PORTVERSION= 20201029
CATEGORIES= print
MASTER_SITES= LOCAL/danilo
DISTNAME= ${PORTNAME}-${FOOMATICVER}-${PORTVERSION}
MAINTAINER= danilo@FreeBSD.org
COMMENT= Database for integrating printer drivers with common spoolers
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake tar:xz
GNU_CONFIGURE= yes
FOOMATICVER= 4.0
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
NO_ARCH= yes
.include <bsd.port.mk>