1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/palm/gnomepilot2/Makefile
Yukihiro Nakai 33016534bb New ports GNOME communication tool for palm pilot.
PR:		ports/15727
Submitted by:	Ade Lovett <ade@lovett.com>
1999-12-28 02:26:40 +00:00

31 lines
862 B
Makefile

# New ports collection makefile for: gnomepilot
# Version required: 0.1.46
# Date created: 28th October 1999
# Whom: Ade Lovett <ade@lovett.com>
#
# $FreeBSD$
DISTNAME= gnome-pilot-0.1.46
PKGNAME= gnomepilot-0.1.46
CATEGORIES= palm comms gnome
MASTER_SITES= http://www.gnome.org/gnome-pilot/download/
MAINTAINER= ade@lovett.com
LIB_DEPENDS= pisock.3:${PORTSDIR}/palm/pilot-link \
capplet.1:${PORTSDIR}/sysutils/gnomecontrolcenter
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--with-pisock=${LOCALBASE}/pilot
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" GLIB_CONFIG="${GLIB_CONFIG}" \
CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>