2006-01-16 07:45:37 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.33 2006/01/16 12:45:37 steven Exp $
|
2001-05-05 18:39:36 -04:00
|
|
|
|
2001-05-28 21:00:45 -04:00
|
|
|
COMMENT= "desktop organizer software for the palm pilot"
|
2000-09-10 08:58:56 -04:00
|
|
|
|
2005-10-31 16:08:14 -05:00
|
|
|
DISTNAME= jpilot-0.99.8
|
2006-01-16 07:45:37 -05:00
|
|
|
PKGNAME= ${DISTNAME}p2
|
2001-06-02 19:41:44 -04:00
|
|
|
CATEGORIES= comms palm
|
2000-09-10 08:58:56 -04:00
|
|
|
|
2001-05-28 21:00:45 -04:00
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
2000-09-10 08:58:56 -04:00
|
|
|
|
2001-02-23 11:17:13 -05:00
|
|
|
HOMEPAGE= http://www.jpilot.org/
|
2000-01-05 18:39:45 -05:00
|
|
|
|
2005-01-23 14:21:43 -05:00
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@lphp.org>
|
2000-01-05 18:39:45 -05:00
|
|
|
|
2005-01-23 01:06:01 -05:00
|
|
|
# GPLv2
|
2000-03-13 19:24:55 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2005-01-23 01:06:01 -05:00
|
|
|
|
2006-01-16 07:45:37 -05:00
|
|
|
WANTLIB= c readline crypto m ncurses X11 Xext Xft \
|
2005-11-15 07:59:22 -05:00
|
|
|
Xrender fontconfig freetype atk-1.0.800.0 \
|
2005-01-23 01:06:01 -05:00
|
|
|
gdk_pixbuf-2.0.400.14 glib-2.0.400.8 gmodule-2.0.400.8 \
|
2005-11-15 07:59:22 -05:00
|
|
|
gobject-2.0.400.8 pango-1.0.600.0 pangoft2-1.0.600.0 \
|
2006-01-16 07:45:37 -05:00
|
|
|
pangox-1.0.0.0 pangoxft-1.0.0.0
|
2000-03-13 19:24:55 -05:00
|
|
|
|
2005-01-23 01:06:01 -05:00
|
|
|
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
|
|
|
|
LIB_DEPENDS= pisock.8::comms/pilot-link \
|
|
|
|
gtk-x11-2.0.400.13,gdk-x11-2.0.400.13,gdk_pixbuf-2.0.400.13::x11/gtk+2
|
2000-01-05 18:39:45 -05:00
|
|
|
|
2004-08-10 04:12:09 -04:00
|
|
|
MODULES= devel/gettext
|
2002-02-18 18:17:56 -05:00
|
|
|
|
2005-01-23 01:06:01 -05:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_X11= yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
|
|
|
--enable-gtk2 \
|
|
|
|
--with-pilot-prefix=${LOCALBASE} \
|
|
|
|
--with-gtk-prefix=${LOCALBASE}
|
|
|
|
|
|
|
|
MAN1= jpilot-dump.1 jpilot-sync.1 jpilot-upgrade-99.1 jpilot.1
|
|
|
|
|
|
|
|
pre-build:
|
|
|
|
.for i in ${MAN1}
|
|
|
|
perl -pi -e "s,/usr/share,${LOCALBASE}/share,g" ${WRKSRC}/docs/${i}
|
|
|
|
.endfor
|
2000-01-05 18:39:45 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|