1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/print/foomatic-db/Makefile
Danilo Egea Gondolfo cfba65cadb - Update to 20180604
2018-06-10 12:44:41 +00:00

21 lines
446 B
Makefile

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