1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/print/foomatic-db/Makefile
Jose Alonso Cardenas Marquez 6af1cca0d8 - Update to 20061214
- Add miwi's mirror to MASTER_SITES (miwi thanks)
2006-12-16 15:54:53 +00:00

37 lines
870 B
Makefile

# New ports collection makefile for: foomatic-db
# Date created: 01 March 2003
# Whom: Dima Dorfman <dima@unixfreak.org>
#
# $FreeBSD$
#
PORTNAME= db
PORTVERSION= 20061214
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.4:${PORTSDIR}/ftp/curl
USE_GMAKE= yes
USE_PERL5= yes
USE_AUTOTOOLS= automake:15:env autoconf:259
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
FOOMATICVER= 3.0
WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
pre-configure:
@cd ${WRKSRC} && ${ACLOCAL} && ${AUTOCONF}
.include <bsd.port.mk>