a520ba5a84
Changes since 0.99.9: Support for Treo 680. 1.6.0 - 05/27/08 Support for MemosDB-PMem Support for ContactsDB-PAdd Syncing merged records fixes Added sortable columns in KeyRing Temporarily removed Edit categories Many many bug fixes and small changes
48 lines
1.3 KiB
Makefile
48 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.63 2008/10/09 19:01:57 bad Exp $
|
|
#
|
|
|
|
DISTNAME= jpilot-1.6.0
|
|
CATEGORIES= comms
|
|
MASTER_SITES= http://www.jpilot.org/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.jpilot.org/
|
|
COMMENT= Desktop organizer application for the palm pilot
|
|
|
|
CONFLICTS+= jpilot-libplugin-[0-9]*
|
|
|
|
USE_LIBTOOL= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_OLD_DES_API= YES
|
|
USE_DIRS+= xdg-1.4
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
|
USE_LANGUAGES+= c
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --with-gtk-prefix="${BUILDLINK_PREFIX.gtk2}"
|
|
CONFIGURE_ARGS+= --with-pilot-prefix="${BUILDLINK_PREFIX.pilot-link-libs}"
|
|
LDFLAGS+= -export-dynamic
|
|
|
|
DOCDIR= ${PREFIX}/share/doc/jpilot
|
|
INCDIR= ${PREFIX}/include/jpilot
|
|
MAN1DIR= ${PREFIX}/${PKGMANDIR}/man1
|
|
PLUGINSDIR= ${PREFIX}/lib/jpilot/plugins
|
|
|
|
.include "../../comms/pilot-link-libs/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
post-extract:
|
|
${RM} -f ${WRKSRC}/po/Makefile.in
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${DOCDIR}
|
|
${INSTALL_DATA_DIR} ${INCDIR}
|
|
${INSTALL_DATA_DIR} ${PLUGINSDIR}
|
|
cd ${WRKSRC}; ${INSTALL_DATA} libplugin.h prefs.h ${INCDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/BUGS ${DOCDIR}
|
|
cd ${WRKSRC}/docs; ${INSTALL_MAN} *.1 ${MAN1DIR}
|
|
${TOUCH} ${PLUGINSDIR}/.directory
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|