mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
1990ef034b
Remove broken. Add LICENSE. Update MASTER_SITE and WWW. PR: 199353 Submitted by: cmt@burggraben.net
22 lines
512 B
Makefile
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>
|