1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/textproc/br-ispell/Makefile
Michael Haro 235481b52a awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
1999-08-22 23:33:47 +00:00

25 lines
596 B
Makefile

# New ports collection makefile for: br-ispell
# URL: http://www.ime.usp.br/~ueda/br.ispell/
# Version required: 2.2
# Date created: 5 February 1999
# Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
#
# $Id: Makefile,v 1.1.1.1 1999/04/13 15:28:00 taoka Exp $
#
DISTNAME= br.ispell-2.2
PKGNAME= br-ispell-2.2
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.ime.usp.br/pub/ueda/br.ispell/
MAINTAINER= jonny@jonny.eng.br
BUILD_DEPENDS= buildhash:${PORTSDIR}/textproc/ispell
NO_WRKSUBDIR= YES
pre-build:
@${CP} ${FILESDIR}/Makefile ${WRKDIR}
.include <bsd.port.mk>