pkgsrc/net/traceroute-as/Makefile
jlam 9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00

27 lines
764 B
Makefile

# $NetBSD: Makefile,v 1.8 2006/03/04 21:30:25 jlam Exp $
#
DISTNAME= traceroute_991603.tar
PKGNAME= traceroute-as-991603
CATEGORIES= net
MASTER_SITES= ftp://ftp.nikhef.nl/pub/network/
EXTRACT_SUFX= .Z
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Traceroute capable of reporting the AS number of hops
WRKSRC= ${WRKDIR}
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
PKG_SYSDEFS= -DSYSV
PKG_LIBRARIES= -lresolv -lsocket -lnsl
.endif
MAKE_FLAGS+= CC=${CC:Q} PKG_CFLAGS=${CFLAGS:M*:Q} PKG_SYSDEFS=${PKG_SYSDEFS:Q}
MAKE_FLAGS+= PKG_LIBRARIES=${PKG_LIBRARIES:Q}
INSTALL_PROGRAM_SUID= ${INSTALL} ${COPY} ${_STRIPFLAG_INSTALL} -o ${BINOWN} -g ${BINGRP} -m 4555
MAKE_ENV+= BSD_INSTALL_PROGRAM_SUID=${INSTALL_PROGRAM_SUID:Q}
.include "../../mk/bsd.pkg.mk"