52 lines
1.3 KiB
Makefile
52 lines
1.3 KiB
Makefile
# $OpenBSD: Makefile,v 1.46 2006/08/01 22:19:46 espie Exp $
|
|
# $NetBSD: Makefile,v 1.37 2004/10/03 00:13:16 tv Exp $
|
|
|
|
COMMENT= "tools to connect your PalmOS® compatible handheld"
|
|
|
|
DISTNAME= pilot-link-0.11.8
|
|
PKGNAME= ${DISTNAME}p0
|
|
SHARED_LIBS= pisock++ 1.0 \
|
|
pisock 8.5 \
|
|
pisync 0.1
|
|
|
|
CATEGORIES= comms
|
|
MASTER_SITES= http://gentoo.oregonstate.edu/distfiles/ \
|
|
http://www.slackware.at/data/slackware-10.2/source/l/pilot-link/ \
|
|
http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/distfiles/ \
|
|
http://downloads.pilot-link.org/
|
|
|
|
HOMEPAGE= http://www.pilot-link.org/
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@lphp.org>
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c m ncurses readline stdc++ z
|
|
|
|
MODULES= converters/libiconv
|
|
LIB_DEPENDS= png.>=4::graphics/png
|
|
|
|
USE_GMAKE= Yes
|
|
USE_LIBTOOL= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
ac_cv_lib_png_main=yes
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
|
--with-libiconv=${LOCALBASE} \
|
|
--with-libpng=${LOCALBASE} \
|
|
--with-perl=/usr/bin/perl \
|
|
--without-efence \
|
|
--without-java \
|
|
--without-python \
|
|
--without-tcl
|
|
|
|
.include <bsd.port.mk>
|