mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
82cb5d26b2
Approved by: portmgr (blanket)
22 lines
556 B
Makefile
22 lines
556 B
Makefile
PORTNAME= psiconv
|
|
PORTVERSION= 0.9.9
|
|
PORTREVISION= 1
|
|
CATEGORIES= converters devel
|
|
MASTER_SITES= http://www.frodo.looijaard.name/system/files/software/psiconv/
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Conversion utility to convert Psion 5(MX) files into other formats
|
|
WWW= https://frodo.looijaard.name/project/psiconv
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gmake libtool
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
CONFIGURE_ARGS= --with-imagemagick=no
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|