pkgsrc/comms/jpilot-synctime/Makefile
jlam 63fc151cb9 Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded references
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links.  These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.

Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-29 22:41:00 +00:00

32 lines
904 B
Makefile

# $NetBSD: Makefile,v 1.5 2001/08/29 22:41:07 jlam Exp $
DISTNAME= jpilot-0.99
PKGNAME= jpilot-synctime-0.99
WRKSRC= ${WRKDIR}/${DISTNAME}/SyncTime
CATEGORIES= comms
MASTER_SITES= http://jpilot.org/
MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://jpilot.org/
COMMENT= Time synchronization plugin for J-Pilot
DEPENDS+= jpilot>=0.99:../../comms/jpilot
USE_BUILDLINK_ONLY= # defined
USE_LIBTOOL= # defined
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-gtk-prefix="${BUILDLINK_DIR}"
CONFIGURE_ARGS+= --with-pilot-prefix="${BUILDLINK_DIR}"
PLUGINSDIR= ${PREFIX}/lib/jpilot/plugins
PLIST_SUBST+= PLUGINSDIR=${PLUGINSDIR:S/${PREFIX}\///}
post-extract:
${RM} -f ${WRKSRC}/../libtool
${LN} -sf ${LIBTOOL} ${WRKSRC}/../libtool
.include "../../comms/jpilot/buildlink.mk"
.include "../../comms/pilot-link-libs/buildlink.mk"
.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"