pkgsrc/comms/pilot-link/Makefile.common
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

34 lines
836 B
Text

# $NetBSD: Makefile.common,v 1.9 2006/03/04 21:29:05 jlam Exp $
DISTNAME= pilot-link-${PILOT_LINK_VERS}
CATEGORIES= comms
MASTER_SITES= http://www.pilot-link.org/source/
EXTRACT_SUFX= .tar.bz2
PILOT_LINK_VERS= 0.11.7
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE?= http://www.pilot-link.org/
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
CONFIGURE_ARGS+= --without-libiconv
.else
CONFIGURE_ARGS+= --with-libiconv
.endif
CONFIGURE_ARGS+= --with-cpp
CONFIGURE_ARGS+= --without-java
CONFIGURE_ARGS+= --without-itcl
CONFIGURE_ARGS+= --without-perl5
CONFIGURE_ARGS+= --without-python
CONFIGURE_ARGS+= --without-tcl
CONFIGURE_ARGS+= --without-tk
DISTINFO_FILE= ${.CURDIR}/../../comms/pilot-link/distinfo
PATCHDIR= ${.CURDIR}/../../comms/pilot-link/patches