freebsd-ports/devel/cvsnt/Makefile
Ade Lovett 54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00

41 lines
995 B
Makefile

# New ports collection makefile for: cvsnt
# Date created: 21 Jan 2004
# Whom: Max Khon <fjoe@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= cvsnt
PORTVERSION= 2.5.02.2115
CATEGORIES= devel
MASTER_SITES= http://www.cvsnt.org/archive/
MAINTAINER= fjoe@FreeBSD.org
COMMENT= CVS clone
CONFLICTS= cvs-1*
USE_AUTOTOOLS= libtool:13:inc
USE_RC_SUBR= cvslockd.sh
CONFIGURE_ARGS= --enable-fork\
--disable-odbc --disable-postgres\
--disable-mysql --disable-sqlite
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GETOPT_LONG=yes
USE_ICONV= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} ${PTHREAD_CFLAGS} -I${LOCALBASE}/include"\
LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS} -L${LOCALBASE}/lib"\
ac_cv_have_howl=no ac_cv_search_sw_discovery_run=no
LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2
MAN1= cvs.1
MAN5= cvs.5
MLINKS= cvs.1 cvsnt.1 cvs.5 cvsnt.5
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= requires wscanf, vswprintf
.endif
.include <bsd.port.post.mk>