summaryrefslogtreecommitdiff
path: root/palm/gnomepilot-conduits2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'palm/gnomepilot-conduits2/Makefile')
-rw-r--r--palm/gnomepilot-conduits2/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/palm/gnomepilot-conduits2/Makefile b/palm/gnomepilot-conduits2/Makefile
deleted file mode 100644
index f83c7c1dbf97..000000000000
--- a/palm/gnomepilot-conduits2/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: gnomepilot-conduits
-# Date created: 16th March 2000
-# Whom: Ade Lovett <ade@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gnomepilot-conduits
-PORTVERSION= 0.4
-CATEGORIES= palm comms gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= unstable/sources/gnome-pilot-conduits
-DISTNAME= gnome-pilot-conduits-${PORTVERSION}
-
-MAINTAINER= ade@FreeBSD.org
-
-LIB_DEPENDS= pisock.3:${PORTSDIR}/palm/pilot-link \
- capplet.4:${PORTSDIR}/sysutils/gnomecontrolcenter \
- gpilotd.0:${PORTSDIR}/palm/gnomepilot
-
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
-
-USE_GMAKE= yes
-USE_X_PREFIX= yes
-USE_LIBTOOL= yes
-LIBTOOLFILES= configure mal-conduit/configure
-CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
- --datadir=${PREFIX}/share/gnome
-CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" GLIB_CONFIG="${GLIB_CONFIG}" \
- CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/pilot/include" \
- LIBS="-L${LOCALBASE}/lib -L${LOCALBASE}/pilot/lib"
-
-.include <bsd.port.mk>