2013-09-20 18:31:57 +02:00
|
|
|
# Created by: Dean Hollister <dean@odyssey.apana.org.au>
|
2002-05-30 19:11:21 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= firedns
|
2004-05-02 20:06:12 +02:00
|
|
|
PORTVERSION= 0.9.12
|
2003-09-05 06:54:37 +02:00
|
|
|
CATEGORIES= dns devel
|
2004-05-02 20:06:12 +02:00
|
|
|
MASTER_SITES= http://www.firestuff.org/projects/ \
|
2004-02-01 00:18:12 +01:00
|
|
|
http://www.wa.apana.org.au/~dean/sources/ \
|
2002-05-30 19:11:21 +02:00
|
|
|
ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/
|
|
|
|
|
2002-08-23 17:35:37 +02:00
|
|
|
MAINTAINER= dean@odyssey.apana.org.au
|
2014-06-10 09:39:01 +02:00
|
|
|
COMMENT= C library for handling asynchronous DNS queries
|
2002-05-30 19:11:21 +02:00
|
|
|
|
2002-08-22 05:39:12 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/firestring.h:${PORTSDIR}/misc/firestring
|
2002-05-30 19:11:21 +02:00
|
|
|
|
2014-05-20 08:58:24 +02:00
|
|
|
USES= tar:bzip2
|
2002-10-15 16:39:10 +02:00
|
|
|
HAS_CONFIGURE= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2002-08-22 05:39:12 +02:00
|
|
|
|
2004-02-01 00:18:12 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
2002-05-30 19:11:21 +02:00
|
|
|
|
2004-02-01 00:18:12 +01:00
|
|
|
pre-configure:
|
|
|
|
@-${RM} ${WRKSRC}/firemake/*.orig
|
2002-10-15 16:39:10 +02:00
|
|
|
|
2007-10-04 02:41:11 +02:00
|
|
|
.include <bsd.port.mk>
|