diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-03-11 11:53:42 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-03-11 11:53:42 +0000 |
commit | 59272d10178066cdfa1d1aea23c915a09473d798 (patch) | |
tree | 923210657ff3819220d9f901a4ae5748d77b8564 /print/foomatic-db | |
parent | fc9825be880916c415aad3c9a9483fd377323fdf (diff) |
Notes
Diffstat (limited to 'print/foomatic-db')
-rw-r--r-- | print/foomatic-db/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/print/foomatic-db/Makefile b/print/foomatic-db/Makefile index a76bfda162b2..68d806e68087 100644 --- a/print/foomatic-db/Makefile +++ b/print/foomatic-db/Makefile @@ -1,24 +1,21 @@ # Created by: Dima Dorfman <dima@unixfreak.org> # $FreeBSD$ -PORTNAME= db +PORTNAME= foomatic-db PORTVERSION= 20160226 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= LOCAL/danilo -PKGNAMEPREFIX= foomatic- -DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${FOOMATICVER}-${PORTVERSION} +DISTNAME= ${PORTNAME}-${FOOMATICVER}-${PORTVERSION} MAINTAINER= danilo@FreeBSD.org COMMENT= Database for integrating printer drivers with common spoolers -LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 \ - libcurl.so:${PORTSDIR}/ftp/curl - -USES= autoreconf gmake tar:xz +USES= gmake tar:xz GNU_CONFIGURE= yes FOOMATICVER= 4.0 -WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_ARCH= yes .include <bsd.port.mk> |