mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
21 lines
446 B
Makefile
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>
|