aboutsummaryrefslogtreecommitdiff
path: root/devel/cvsd/Makefile
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-04-26 22:38:53 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-04-26 22:38:53 +0000
commitc01a158c6a67084958201dc10bfb2fac90156b45 (patch)
treeccebc0eaf666e0e5500879e103ec377e8d859c71 /devel/cvsd/Makefile
parentcaf1f839808d63276e59772e8d4ab0e6ab768b6f (diff)
downloadports-c01a158c6a67084958201dc10bfb2fac90156b45.tar.gz
ports-c01a158c6a67084958201dc10bfb2fac90156b45.zip
Notes
Diffstat (limited to 'devel/cvsd/Makefile')
-rw-r--r--devel/cvsd/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/devel/cvsd/Makefile b/devel/cvsd/Makefile
index f77aabfff26a..1c283d0fa838 100644
--- a/devel/cvsd/Makefile
+++ b/devel/cvsd/Makefile
@@ -7,14 +7,15 @@
#
PORTNAME= cvsd
-PORTVERSION= 0.9.17
+PORTVERSION= 0.9.18
CATEGORIES= devel
MASTER_SITES= http://tiefighter.et.tudelft.nl/~arthur/cvsd/
MAINTAINER= ports@FreeBSD.org
-COMMENT= cvs pserver daemon
+COMMENT= CVS pserver daemon
USE_PERL5= yes
+USE_GETOPT_LONG= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@@ -26,12 +27,6 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
MAN5= cvsd.conf.5
MAN8= cvsd.8 cvsd-buildroot.8 cvsd-passwd.8
-.if !exists(/usr/include/getopt.h)
-LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib -lgnugetopt
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|init.d/cvsd|rc.d/cvsd.sh.sample|g ; \
s|init.d|rc.d|g' ${WRKSRC}/Makefile.in