b48eba1112
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
24 lines
573 B
Makefile
24 lines
573 B
Makefile
# $NetBSD: Makefile,v 1.3 2002/03/13 17:36:54 fredb Exp $
|
|
|
|
DISTNAME= Ted_nl_NL
|
|
PKGNAME= ted-nl-2.10
|
|
PKGREVISION= 1
|
|
WRKSRC= ${WRKDIR}
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ \
|
|
ftp://metalab.unc.edu/pub/packages/editors/ted/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.nllgg.nl/Ted/
|
|
COMMENT= Dutch spelling dictionary for the Ted word processor
|
|
|
|
DEPENDS+= ted>=2.6:../../editors/ted
|
|
|
|
USE_X11BASE= YES
|
|
|
|
NO_BUILD= YES
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/ind/Dutch.ind ${PREFIX}/share/Ted/ind
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|