pkgsrc/comms/jpilot-synctime/Makefile
jlam a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use.  Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24 22:10:43 +00:00

32 lines
904 B
Makefile

# $NetBSD: Makefile,v 1.7 2001/10/24 22:10:49 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"