2005-07-09 00:47:00 +02:00
|
|
|
# New ports collection makefile for: dotconf++
|
|
|
|
# Date created: 7 July 2005
|
|
|
|
# Whom: Mark Starovoytov <mark_sf@kikg.ifmo.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= dotconfpp
|
2006-04-15 20:32:11 +02:00
|
|
|
PORTVERSION= 0.0.5
|
2005-07-09 00:47:00 +02:00
|
|
|
CATEGORIES= devel
|
2009-08-22 02:18:43 +02:00
|
|
|
MASTER_SITES= SF \
|
2005-07-25 08:39:08 +02:00
|
|
|
http://voodoo.com.ua/dotconfpp/
|
2009-08-22 02:18:43 +02:00
|
|
|
|
2005-07-09 00:47:00 +02:00
|
|
|
|
2005-07-25 08:39:08 +02:00
|
|
|
MAINTAINER= mark_sf@kikg.ifmo.ru
|
2005-07-09 00:47:00 +02:00
|
|
|
COMMENT= Configuration file parser written in C++
|
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2005-07-09 00:47:00 +02:00
|
|
|
|
- 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
|
2005-07-09 00:47:00 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|' \
|
|
|
|
${WRKSRC}/src/dotconfpp.h ${WRKSRC}/src/mempool.h
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|