summaryrefslogtreecommitdiffstats
path: root/converters/psiconv/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-08-21 13:49:51 +0000
committersobomax <sobomax@FreeBSD.org>2001-08-21 13:49:51 +0000
commit0c0b70a6d3e131908c6db8e27a188c9cf0595fa4 (patch)
tree099500626a755e7922cd6d0b5b31ac37a4028742 /converters/psiconv/Makefile
parent8e362b6c3b838e1aa9021dbaeeba1f2eb77ff835 (diff)
downloadFreeBSD-ports-0c0b70a6d3e131908c6db8e27a188c9cf0595fa4.zip
FreeBSD-ports-0c0b70a6d3e131908c6db8e27a188c9cf0595fa4.tar.gz
Add psiconv 0.8.2, a conversion utility to convert Psion 5(MX) files into
other formats.
Diffstat (limited to 'converters/psiconv/Makefile')
-rw-r--r--converters/psiconv/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/converters/psiconv/Makefile b/converters/psiconv/Makefile
new file mode 100644
index 0000000..2a6b607
--- /dev/null
+++ b/converters/psiconv/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: libiconv
+# Date created: 21 August 2001
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= psiconv
+PORTVERSION= 0.8.2
+CATEGORIES= converters devel
+MASTER_SITES= http://huizen.dds.nl/~frodol/psiconv/
+
+MAINTAINER= gnome@FreeBSD.org
+
+LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+
+INSTALLS_SHLIB= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-imagemagick=no
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud