50 lines
1.2 KiB
Makefile
50 lines
1.2 KiB
Makefile
# $OpenBSD: Makefile,v 1.40 2007/01/02 18:27:18 ajacoutot Exp $
|
|
|
|
COMMENT= "desktop organizer software for the palm pilot"
|
|
|
|
DISTNAME= jpilot-0.99.9
|
|
PKGNAME= ${DISTNAME}p1
|
|
CATEGORIES= comms palm
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
HOMEPAGE= http://www.jpilot.org/
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c crypto m X11 Xext Xrender fontconfig freetype png.>=5 \
|
|
atk-1.0.>=800.0 gdk_pixbuf-2.0.>=400.14 cairo glitz z \
|
|
glib-2.0.>=400.8 gmodule-2.0.>=400.8 pangocairo-1.0 \
|
|
gobject-2.0.>=400.8 pango-1.0.>=600.0 \
|
|
pangoft2-1.0.>=600.0 pthread
|
|
|
|
LIB_DEPENDS= pisock.>=9::comms/pilot-link \
|
|
gtk-x11-2.0.>=400.13,gdk-x11-2.0.>=400.13,gdk_pixbuf-2.0.>=400.13::x11/gtk+2
|
|
|
|
MODULES= devel/gettext
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_X11= yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib -pthread"
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
|
--with-pilot-prefix=${LOCALBASE} \
|
|
--with-gtk-prefix=${LOCALBASE}
|
|
|
|
MAN1= jpilot-dump.1 jpilot-sync.1 jpilot.1
|
|
|
|
pre-build:
|
|
.for i in ${MAN1}
|
|
perl -pi -e "s,/usr/share,${LOCALBASE}/share,g" ${WRKSRC}/docs/${i}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|