diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:24:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:24:43 +0000 |
commit | 985b201424d63717aa5b6578fece8f2b853d9164 (patch) | |
tree | cc5885e72ecb468c0903137642e832ae5c7dc584 /net-mgmt/nagcon | |
parent | 28bf02d683a6e9edd30f15574a3ae61f0ff5e585 (diff) |
Notes
Diffstat (limited to 'net-mgmt/nagcon')
-rw-r--r-- | net-mgmt/nagcon/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-mgmt/nagcon/Makefile b/net-mgmt/nagcon/Makefile index 57c01f2fa8c5..3aaa1f32a8ef 100644 --- a/net-mgmt/nagcon/Makefile +++ b/net-mgmt/nagcon/Makefile @@ -1,9 +1,5 @@ -# ports collection makefile for: nagcon -# Date created: Wed Mar 29 20:41:02 CST 2006 -# Whom: Douglas K. Rand <rand@meridian-enviro.com> -# +# Created by: Douglas K. Rand <rand@meridian-enviro.com> # $FreeBSD$ -# PORTNAME= nagcon PORTVERSION= 0.0.30 @@ -24,6 +20,7 @@ CPPFILES= utils.cpp br.cpp nc.cpp pl.cpp CFLAGS+= -DVERSION=\"${PORTVERSION}\" -I${LOCALBASE}/include LDFLAGS+= -lncurses -lstdc++ -L${LOCALBASE}/lib -lstrfunc +NO_STAGE= yes do-build: ${CC} ${CFLAGS} -c -o ${WRKSRC}/${CFILES:C/\.c//}.o ${WRKSRC}/${CFILES} .for f in ${CPPFILES} |