aboutsummaryrefslogtreecommitdiff
path: root/textproc/cbedic/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/cbedic/Makefile')
-rw-r--r--textproc/cbedic/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/textproc/cbedic/Makefile b/textproc/cbedic/Makefile
index 4e274c9a6d9a..3fb3f0267f91 100644
--- a/textproc/cbedic/Makefile
+++ b/textproc/cbedic/Makefile
@@ -10,15 +10,18 @@ MASTER_SITES= SF/kbedic/CBE%20Dictionary/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= An English-to-Bulgarian and Bulgarian-to-English dictionary
+LICENSE= GPLv2
+
RUN_DEPENDS= ${DICT_DIR}/${DICT_CHECK}:${PORTSDIR}/textproc/bedic-data
DICT_CHECK?= buleng.dat
DICT_DIR?= ${LOCALBASE}/share
+USES= gmake
GNU_CONFIGURE= yes
-USE_GMAKE= yes
CONFIGURE_ARGS= --datadir=${DICT_DIR}
-NO_STAGE= yes
+PLIST_FILES= bin/cbedic
+
.include <bsd.port.mk>