freebsd-ports/print/foomatic-db/Makefile
Peter Pentchev c189a6b2da Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
2009-01-23 15:43:14 +00:00

36 lines
820 B
Makefile

# New ports collection makefile for: foomatic-db
# Date created: 01 March 2003
# Whom: Dima Dorfman <dima@unixfreak.org>
#
# $FreeBSD$
#
PORTNAME= db
PORTVERSION= 20070124
PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_LOCAL:S,$,acm/foomatic/,} \
http://freebsd.unixfreunde.de/sources/
PKGNAMEPREFIX= foomatic-
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${FOOMATICVER}-${PORTVERSION}
DIST_SUBDIR= foomatic
MAINTAINER= acm@FreeBSD.org
COMMENT= Foomatic database
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
curl.5:${PORTSDIR}/ftp/curl
USE_GMAKE= yes
USE_PERL5= yes
USE_AUTOTOOLS= automake:15:env autoconf:262
GNU_CONFIGURE= yes
FOOMATICVER= 3.0
WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
pre-configure:
@cd ${WRKSRC} && ${ACLOCAL} && ${AUTOCONF}
.include <bsd.port.mk>