diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-09 08:10:08 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-09 08:10:08 +0800 |
commit | 632e4e2e1f42d6e422a0bd8a60045c660278dd3a (patch) | |
tree | e765a3a64cc75fd305864c71c15f478df9204de0 /converters | |
parent | 7ba4b1bd05c21d5c2e55590ba3a6a421439ada0f (diff) | |
download | freebsd-ports-gnome-632e4e2e1f42d6e422a0bd8a60045c660278dd3a.tar.gz freebsd-ports-gnome-632e4e2e1f42d6e422a0bd8a60045c660278dd3a.tar.zst freebsd-ports-gnome-632e4e2e1f42d6e422a0bd8a60045c660278dd3a.zip |
Support stage
Diffstat (limited to 'converters')
-rw-r--r-- | converters/psiconv/Makefile | 7 | ||||
-rw-r--r-- | converters/psiconv/pkg-plist | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/converters/psiconv/Makefile b/converters/psiconv/Makefile index b61804610aa0..936ae0bd7d20 100644 --- a/converters/psiconv/Makefile +++ b/converters/psiconv/Makefile @@ -8,15 +8,12 @@ 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 +COMMENT= Conversion utility to convert Psion 5(MX) files into other formats +USEE= gmake USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-imagemagick=no -MAN1= psiconv.1 psiconv-config.1 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/psiconv/pkg-plist b/converters/psiconv/pkg-plist index 053abb6d301b..2744e3b561b3 100644 --- a/converters/psiconv/pkg-plist +++ b/converters/psiconv/pkg-plist @@ -18,6 +18,8 @@ lib/libpsiconv.a lib/libpsiconv.la lib/libpsiconv.so lib/libpsiconv.so.10 +man/man1/psiconv-config.1.gz +man/man1/psiconv.1.gz %%DATADIR%%/psion/ASCII_Codes.psi %%DATADIR%%/psion/Application_ID_Section.psi %%DATADIR%%/psion/Basic_Elements.psi |