freebsd-ports/print/foomatic-db/Makefile
Danilo Egea Gondolfo a16f53af09 - Update to 20191209
2019-12-09 22:09:43 +00:00

24 lines
495 B
Makefile

# Created by: Dima Dorfman <dima@unixfreak.org>
# $FreeBSD$
PORTNAME= foomatic-db
PORTVERSION= 20191209
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>