pkgsrc/comms/jpilot-syncmal/Makefile
markd 7b3306a8cb Update jpilot-syncmal to 0.80
0.80 - 01/16/2006
- Back to libmal again. This version has much better integration with
  libmal than 0.43.
  There is no functional difference between this version and the last.

0.73 - 12/05/2006
- Several fixes for the pilot-link 0.12 code.  Thanks to John McCreesh and
  Antoine Jacoutot for their help fixing and testing this.

0.72.2 - 9/12/2006
- Added support for pilot-link 0.12.x
- Updated automake files

0.72.1 - 8/8/2003
- Fixed a bug that caused J-Pilot sync to abort with the cryptic error
  message "ReadDBList returned = -1"

0.72 - 7/26/2003
- Upgraded malsync source to malsync 2.1.1
- Updated libmal.c to reflect changes in malsync
- Should now support color devices up to 8bpp (malsync does not yet support
  color depths greater than 8bpp)
- Minor changes to malsync source; see the ChangeLog in the malsync
  subdirectory for details
- Uses automake.  Makefile.am submitted by Ludovic Rousseau
2007-01-26 01:44:55 +00:00

33 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.39 2007/01/26 01:44:55 markd Exp $
DISTNAME= jpilot-syncmal-0.80
CATEGORIES= comms
MASTER_SITES= http://jasonday.home.att.net/code/syncmal/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://jasonday.home.att.net/code/syncmal/syncmal.html
COMMENT= MAL synchronization plugin for J-Pilot
BUILDLINK_DEPMETHOD.jpilot= full
USE_TOOLS+= gmake pkg-config
USE_LIBTOOL= yes
SHLIBTOOL_OVERRIDE= # empty
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-gtk2
CONFIGURE_ARGS+= --with-plugin-prefix=${BUILDLINK_PREFIX.jpilot}/include/jpilot
CONFIGURE_ARGS+= --with-pilot-prefix=${BUILDLINK_PREFIX.pilot-link-libs}
CONFIGURE_ARGS+= --with-libmal=${BUILDLINK_PREFIX.libmal}
MAKE_ENV+= PILOT_LINK_DIR=${BUILDLINK_PREFIX.pilot-link-libs}
CFLAGS+= -D__unix__=1
PLUGINSDIR= ${PREFIX}/lib/jpilot/plugins
PLIST_SUBST+= PLUGINSDIR=${PLUGINSDIR:S/${PREFIX}\///}
.include "../../comms/jpilot/buildlink3.mk"
.include "../../comms/libmal/buildlink3.mk"
.include "../../comms/pilot-link-libs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"