1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/converters/psiconv/Makefile
Koop Mast 1990ef034b Update to 0.9.9.
Remove broken.
Add LICENSE.
Update MASTER_SITE and WWW.

PR:	199353
Submitted by:	cmt@burggraben.net
2015-04-10 16:33:16 +00:00

22 lines
512 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= psiconv
PORTVERSION= 0.9.9
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
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-imagemagick=no
INSTALL_TARGET= install-strip
.include <bsd.port.mk>