mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
30b459ebc5
ports to be reset to ports@FreeBSD.org. We're sorry to see you go and want to thank you for your help in the past. PR: ports/59515 Submitted by: statue@freebsd.sinica.edu.tw
29 lines
655 B
Makefile
29 lines
655 B
Makefile
# New ports collection makefile for: dictd
|
|
# Date created: 19 July 2002
|
|
# Whom: Kuang-che Wu <kcwu@ck.tp.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= chinese
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
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
|
|
|
|
#pre-install:
|
|
# ${ECHO_CMD} "bin/dictfmt" > ${PLIST}
|
|
# ${CAT} ${MASTERDIR}/pkg-plist >> ${PLIST}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|
|
|
|
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}tw-
|
|
#ALL_TARGET+= dictfmt
|
|
#INSTALL_TARGET+=install.dictfmt
|
|
#PLIST= ${WRKDIR}/PLIST
|
|
#MAN1+= dictfmt.1
|