aboutsummaryrefslogtreecommitdiffstats
path: root/converters/psiconv/Makefile
blob: b7ee205773c85d4c8580f9a9d8624195b0040f35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:    libiconv
# Date created:             21 August 2001
# Whom:                 Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   psiconv
PORTVERSION=    0.9.8
PORTREVISION=   1
CATEGORIES= converters devel
MASTER_SITES=   http://software.frodo.looijaard.name/psiconv/files/

MAINTAINER= gnome@FreeBSD.org
COMMENT=    A conversion utility to convert Psion 5(MX) files into other formats

USE_AUTOTOOLS=  libtool:15
USE_GETOPT_LONG=yes
USE_LDCONFIG=   yes
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-imagemagick=no
CONFIGURE_TARGET=   --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}

MAN1=       psiconv.1 psiconv-config.1

.include <bsd.port.mk>