freebsd-ports/textproc/bedic-data/Makefile

31 lines
823 B
Makefile
Raw Normal View History

# Created by: Peter Pentchev <roam@FreeBSD.org>
# $FreeBSD$
PORTNAME= bedic-data
PORTVERSION= 0.1.b1
CATEGORIES= textproc
MASTER_SITES= SF/kbedic/Dictionary%20Data/1.0
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
2003-02-21 14:42:50 +01:00
COMMENT= Data (dictionary) files for the kbedic and cbedic ports
NO_BUILD= yes
2015-08-20 13:11:12 +02:00
NO_ARCH= yes
DICT_ALL= buleng.dat engbul.dat
DICT_DIR?= ${PREFIX}/share
DICTIONARIES?= ${DICT_ALL}
2015-08-20 13:11:12 +02:00
PLIST_FILES= ${DICTIONARIES:S,^,share/,}
pre-fetch:
2015-08-20 13:11:12 +02:00
@${ECHO_MSG} "You may set the DICTIONARIES variable to specify which dictionaries"
@${ECHO_MSG} "should be installed; currently, it is set to ${DICTIONARIES}"
@${ECHO_MSG} "Set it to one or more of the following: ${DICT_ALL}"
do-install:
2015-08-20 13:11:12 +02:00
@${MKDIR} ${STAGEDIR}${DICT_DIR}
${INSTALL} ${DICTIONARIES:S,^,${WRKSRC}/,} ${STAGEDIR}${DICT_DIR}/
.include <bsd.port.mk>