mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
555a3ebe6c
that the port otherwise uses files from another port. (Note: support for FILE_DEPENDS is not in bsd.port.mk yet, so it's a no-op for now.)
27 lines
641 B
Makefile
27 lines
641 B
Makefile
# New ports collection makefile for: plan
|
|
# Version required: 1.6.1
|
|
# Date created: Sat Jan 31, 1998
|
|
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
|
|
#
|
|
# $Id: Makefile,v 1.3 1998/08/08 00:20:20 asami Exp $
|
|
#
|
|
|
|
#BROKEN= "need JIS libraries in print.c that I do not have"
|
|
BROKEN= "doesn't build properly from version 1.7.1"
|
|
|
|
MAKE_ENV+= JAPANESE=yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../deskutils/plan
|
|
|
|
.include "${MASTERDIR}/Makefile"
|
|
|
|
PKGNAME= ja-${DISTNAME}
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
|
|
|
PLIST= ${WRKDIR}/PLIST
|
|
|
|
pre-install:
|
|
${ECHO} "share/doc/plan/plan_calSJ.ps" > ${PLIST}
|
|
${CAT} ${PKGDIR}/PLIST >> ${PLIST}
|