diff options
author | rh <rh@pkgsrc.org> | 2003-01-11 02:56:25 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2003-01-11 02:56:25 +0000 |
commit | fbde066785dba1fa8b543fc240a4e0a80dc6efe9 (patch) | |
tree | fc3420c27ed706a15a438a304fb3e7fe34fc28d4 /comms/gnome-pilot/Makefile | |
parent | c870cd37128d8223bb5d2cb39980954a0fee48d6 (diff) | |
download | pkgsrc-fbde066785dba1fa8b543fc240a4e0a80dc6efe9.tar.gz |
Initial import of gnome-pilot-0.1.71, Palm Pilot synchronisation for GNOME.
Diffstat (limited to 'comms/gnome-pilot/Makefile')
-rw-r--r-- | comms/gnome-pilot/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/comms/gnome-pilot/Makefile b/comms/gnome-pilot/Makefile new file mode 100644 index 00000000000..20ab22fcab3 --- /dev/null +++ b/comms/gnome-pilot/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/01/11 02:56:25 rh Exp $ +# + +DISTNAME= gnome-pilot-0.1.71 +CATEGORIES= comms gnome +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-pilot/0.1/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.gnome.org/ +COMMENT= Palm Pilot synchronisation for GNOME + +DEPENDS+= gob-[0-9]*:../../devel/gob +BUILD_USES_MSGFMT= YES + +GNU_CONFIGURE= YES +USE_X11BASE= YES +USE_BUILDLINK2= YES +USE_LIBINTL= YES +USE_LIBTOOL= YES +USE_PERL5= build +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool + +CONFIGURE_ARGS+= --with-pisock=${LOCALBASE} + +.include "../../comms/pilot-link-libs/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../devel/libglade/buildlink2.mk" +.include "../../textproc/libxml/buildlink2.mk" +.include "../../x11/gnome-core/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |