aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/dictd/Makefile
blob: d18ef5f37a8d729302cc57974ea3b87e1dddf4c9 (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
# New ports collection makefile for:    dictd
# Date created:         19 July 2002
# Whom:             Kuang-che Wu <kcwu@ck.tp.edu.tw>
#
# $FreeBSD$
#

CATEGORIES= chinese

MAINTAINER= kcwu@ck.tp.edu.tw

MASTERDIR=  ${.CURDIR}/../../net/dictd
EXTRA_PATCHES=  ${.CURDIR}/files/patch-index.c \
        ${.CURDIR}/files/patch-libmaa::arg.c \
        ${.CURDIR}/files/patch-dictfmt.c \
        ${.CURDIR}/files/patch-Makefile.in

BROKEN=     "Does not compile"

pre-install:
    ${ECHO} "bin/dictfmt" > ${PLIST}
    ${CAT} ${MASTERDIR}/pkg-plist >> ${PLIST}

.include "${MASTERDIR}/Makefile"

PKGNAMEPREFIX:= ${PKGNAMEPREFIX}tw-
ALL_TARGET+=    dictfmt
INSTALL_TARGET+=install.dictfmt
PLIST=      ${WRKDIR}/PLIST