aboutsummaryrefslogtreecommitdiff
path: root/portuguese/mythes
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-21 03:33:43 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-21 03:47:29 +0000
commit63b6f938109571011e834d4f1e97c248c1919102 (patch)
tree5858446787893e0aa6cbf26de5e71155a7c8801b /portuguese/mythes
parent7774ccb4f56cfb8e4713455242e644d968a5e2ad (diff)
downloadports-63b6f938109571011e834d4f1e97c248c1919102.tar.gz
ports-63b6f938109571011e834d4f1e97c248c1919102.zip
Diffstat (limited to 'portuguese/mythes')
-rw-r--r--portuguese/mythes/Makefile 30
1 files changed, 0 insertions, 30 deletions
diff --git a/portuguese/mythes/Makefile b/portuguese/mythes/Makefile
deleted file mode 100644
index cd7c042751a8..000000000000
--- a/portuguese/mythes/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-PORTNAME= mythes
-PORTVERSION= 2006.08.17
-PORTREVISION= 1
-CATEGORIES= portuguese textproc
-MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/
-DISTNAME= thes_pt_PT_v2-${PORTVERSION:C/\.//g}
-DIST_SUBDIR= ${PORTNAME}
-
-MAINTAINER= office@FreeBSD.org
-COMMENT= Portuguese thesaurus
-
-LICENSE= GPLv2
-
-USES= zip
-NO_ARCH= yes
-NO_BUILD= yes
-NO_WRKSUBDIR= yes
-
-PLIST_FILES= %%DATADIR%%/th_pt_BR_v2.dat \
- %%DATADIR%%/th_pt_BR_v2.idx \
- %%DATADIR%%/th_pt_PT_v2.dat \
- %%DATADIR%%/th_pt_PT_v2.idx
-
-do-install:
- ${MKDIR} ${STAGEDIR}${DATADIR}/
- ${INSTALL_DATA} ${WRKSRC}/th_pt_PT_v2.dat ${WRKSRC}/th_pt_PT_v2.idx ${STAGEDIR}${DATADIR}/
- ${LN} -s th_pt_PT_v2.dat ${STAGEDIR}${DATADIR}/th_pt_BR_v2.dat
- ${LN} -s th_pt_PT_v2.idx ${STAGEDIR}${DATADIR}/th_pt_BR_v2.idx
-
-.include <bsd.port.mk>