diff options
Diffstat (limited to 'textproc/unrtf/Makefile')
-rw-r--r-- | textproc/unrtf/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/unrtf/Makefile b/textproc/unrtf/Makefile index 320c308..92d97e1 100644 --- a/textproc/unrtf/Makefile +++ b/textproc/unrtf/Makefile @@ -9,11 +9,13 @@ MASTER_SITES= GNU MAINTAINER= bf@FreeBSD.org COMMENT= Converter from RTF to several formats, including HTML and LaTeX -LICENSE= GPLv3 +LICENSE= GPLv3 # or later +LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake iconv +USES= cpe gmake iconv GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${PREFIX}/share +CPE_VENDOR= unrtf_project PLIST_FILES= bin/unrtf \ %%DATADIR%%/SYMBOL.charmap \ |