pkgsrc/comms/jpilot/Makefile
rillig 2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00

56 lines
1.5 KiB
Makefile

# $NetBSD: Makefile,v 1.59 2007/01/07 09:13:49 rillig Exp $
#
DISTNAME= jpilot-0.99.9
CATEGORIES= comms
MASTER_SITES= http://jpilot.org/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://jpilot.org/
COMMENT= Desktop organizer application for the palm pilot
CONFLICTS+= jpilot-libplugin-[0-9]*
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
USE_X11= YES
USE_OLD_DES_API= YES
USE_DIRS+= gnome1-1.0
USE_TOOLS+= 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
pre-configure:
for file in ${WRKSRC}/docs/jpilot.1; do \
${SED} -e "s|@PREFIX@|${PREFIX}|g" \
$${file} > $${file}.fixed; \
${MV} -f $${file}.fixed $${file}; \
done
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"