mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
43 lines
1.0 KiB
Makefile
43 lines
1.0 KiB
Makefile
# New ports collection makefile for: cvsnt
|
|
# Date created: 21 Jan 2004
|
|
# Whom: Max Khon <fjoe@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cvsnt
|
|
PORTVERSION= 2.5.03.2704
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.cvsnt.org/archive/
|
|
|
|
MAINTAINER= fjoe@FreeBSD.org
|
|
COMMENT= CVS clone
|
|
|
|
CONFLICTS= cvs-1*
|
|
|
|
SUB_FILES= patch-rcs-common.cpp
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_RC_SUBR= cvslockd.sh
|
|
CONFIGURE_ARGS= --enable-fork --enable-rcs \
|
|
--disable-odbc --disable-postgres\
|
|
--disable-mysql --disable-sqlite
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
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.6:${PORTSDIR}/textproc/expat2\
|
|
pcre.0:${PORTSDIR}/devel/pcre
|
|
|
|
MAN1= cvs.1
|
|
MAN5= cvs.5
|
|
MLINKS= cvs.1 cvsnt.1 cvs.5 cvsnt.5
|
|
|
|
post-configure:
|
|
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" \
|
|
${WRKSRC}/rcs/common.cpp
|
|
|
|
.include <bsd.port.mk>
|