blob: 0c4389f1f52cbf64d4a739bb8cc9b8137ff20692 (
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
# New ports collection makefile for: swissgerman-ding
# Date created: 15 Jul 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= swissgerman-ding
PORTVERSION= 1.4
CATEGORIES= german
MASTER_SITES= # none
PKGNAMEPREFIX= de-
DISTFILES= # none
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A swiss high german german doppel-s free language pack for de-ding
RUN_DEPENDS= ${DICTFILE}:${PORTSDIR}/german/ding
BUILD_DEPENDS= ${RUN_DEPENDS}
NO_WRKSUBDIR= yes
USE_PERL5= yes
USE_X_PREFIX= yes
DICTFILE= ${PREFIX}/share/ding/de-en.txt
SWISSDICT= de_ch-en.txt
PLIST_FILES= share/ding/de_ch-en.txt
do-fetch:
@${DO_NADA}
do-build:
@${CP} ${DICTFILE} ${WRKDIR}/${SWISSDICT}
${PERL5} -pi.orig -e '$${sz}="\x{009F}"; s/Ã$${sz}/ss/g' \
${WRKDIR}/${SWISSDICT}
do-install:
${INSTALL_DATA} ${WRKDIR}/${SWISSDICT} ${PREFIX}/share/ding
post-install:
@${ECHO_MSG} ""
@${ECHO_MSG} "You can now configure ${SWISSDICT} in your 'Settings' menu."
@${ECHO_MSG} ""
.include <bsd.port.mk>
|