2001-06-09 15:55:10 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2001/06/09 19:55:10 espie Exp $
|
2001-05-05 22:29:37 -04:00
|
|
|
|
|
|
|
COMMENT= "PalmPilot address database editor"
|
1999-06-26 12:40:38 -04:00
|
|
|
|
2000-09-10 08:42:47 -04:00
|
|
|
DISTNAME= pi-address-0.4.0
|
2001-06-02 19:41:44 -04:00
|
|
|
CATEGORIES= misc x11 palm
|
2001-05-05 22:29:37 -04:00
|
|
|
NEED_VERSION= 1.402
|
1999-06-26 12:40:38 -04:00
|
|
|
|
2000-10-04 17:53:59 -04:00
|
|
|
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
|
1999-06-26 12:40:38 -04:00
|
|
|
|
2000-03-05 18:00:29 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= yes
|
|
|
|
PERMIT_PACKAGE_FTP= yes
|
|
|
|
PERMIT_DISTFILES_CDROM= yes
|
|
|
|
PERMIT_DISTFILES_FTP= yes
|
2000-02-12 03:02:07 -05:00
|
|
|
|
2000-09-10 08:42:47 -04:00
|
|
|
MASTER_SITES= http://me.in-berlin.de/~miwie/pia/ \
|
|
|
|
ftp://ftp.belug.org/pub/user/mw/pilot/
|
1999-06-26 12:40:38 -04:00
|
|
|
|
2000-09-10 08:42:47 -04:00
|
|
|
HOMEPAGE= http://me.in-berlin.de/~miwie/pia/
|
1999-06-26 12:40:38 -04:00
|
|
|
|
2000-09-10 08:42:47 -04:00
|
|
|
LIB_DEPENDS= qt.1.45::x11/qt \
|
|
|
|
pisock::comms/pilot-link
|
1999-06-26 12:40:38 -04:00
|
|
|
|
2000-09-10 08:42:47 -04:00
|
|
|
USE_X11= yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS+= --with-pisock-dir=${LOCALBASE}
|
|
|
|
CONFIGURE_ENV+= QTINC=${LOCALBASE}/include/X11/qt \
|
2001-06-09 15:55:10 -04:00
|
|
|
QTLIB=${LOCALBASE}/lib/qt
|
2000-09-10 08:42:47 -04:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/pi-address
|
|
|
|
mv ${WRKINST}/etc/pi-addressrc ${PREFIX}/share/examples/pi-address
|
2000-03-20 17:30:47 -05:00
|
|
|
|
1999-06-26 12:40:38 -04:00
|
|
|
.include <bsd.port.mk>
|