blob: b678de09895fcaefe33e417640067c2526c1ea76 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# New ports collection makefile for: ro-mythes
# Date created: 2011-07-21
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ro-mythes
PORTVERSION= 3.3
CATEGORIES= textproc
MASTER_SITES= SF/rospell/Romanian%20dictionaries/dict-${PORTVERSION}/
DISTNAME= th_ro_RO.${PORTVERSION}
MAINTAINER= bapt@FreeBSD.org
COMMENT= Romanian thesaurus
LICENSE= GPLv2
USE_ZIP= yes
NO_BUILD= yes
PLIST_FILES= share/mythes/th_ro_RO.dat \
share/mythes/th_ro_RO.idx
PLIST_DIRS= share/mythes
do-install:
@${MKDIR} ${PREFIX}/share/mythes
@${INSTALL_DATA} ${WRKDIR}/th_ro_RO.* ${PREFIX}/share/mythes
.include <bsd.port.mk>
|