forked from Lainports/freebsd-ports
o devel/apr: defaults changed: WITH_BDB=yes [1] convert APR_UTIL_* flags to KNOBS flag names optionify and add IPV6, NDBM, LDAP, MYSQL, PGSQL o Remove devel/apr-svn and replace with devel/apr o devel/apr: defaults changed: WITH_BDB=yes [1] convert APR_UTIL_* flags to KNOBS flag names optionify and add IPV6, NDBM, LDAP, MYSQL, PGSQL (sqlite,orcale,freetds,odbc -- PATCHES welcome, MAINTAINER does not use) GMAKE is not needed, so remove it split ./configure args into apr and apr-util args, they do not accept all the same options standardize on naming apr and apu to match other oses and the C code. create APR_WRKDIR And APU_WRKDIR for simplicity delete pre-extract target bump PORTREVISION NOTE: port still breaks hier(7), need to fix o devel/kdesvn, devel/rapidsvn, devel/subcommander*, devel/subversion* devel/apr-svn -> devel/apr (subversion will pull in devel/apr) Notes: dev@apr.apache.org, trunk in svn is as of TODAY(2008/01/03) 2.0.x, ports infra needs to prep for [devel/apr-0,] devel/apr-1, devel/apr-2 Helpful for PRs: ports/117596, ports/83644, ports/96749, ports/110651, ports/118003, ports/128078 Fixes PRs: ports/126053 [1] Requeted by: many on ports@, many on #bsdports [1] Exp Run by : pav
31 lines
846 B
Makefile
31 lines
846 B
Makefile
# New ports collection makefile for: subcommander
|
|
# Date created: 22 July 2007
|
|
# Whom: sutra
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= subcommander
|
|
PORTVERSION= 1.2.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://subcommander.tigris.org/files/documents/1759/42385/
|
|
DISTNAME= Subcommander-${PORTVERSION}
|
|
|
|
MAINTAINER= cyberbotx@cyberbotx.com
|
|
COMMENT= Qt based multiplatform subversion client, diff & merge tool
|
|
|
|
LIB_DEPENDS= neon.28:${PORTSDIR}/www/neon28 \
|
|
boost_thread.4:${PORTSDIR}/devel/boost \
|
|
svn_client-1.0:${PORTSDIR}/devel/subversion
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_QT_VER= 3
|
|
CONFIGURE_ARGS+= --with-boost=${LOCALBASE} --with-neon=${LOCALBASE}
|
|
CONFIGURE_ENV= QTDIR=${LOCALBASE} CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
|
|
|
.include <bsd.port.mk>
|