pkgsrc/editors/ted-pl/Makefile
jlam 9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00

38 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.9 2006/03/04 21:29:33 jlam Exp $
DISTNAME= Ted_pl_PL
PKGNAME= ted-pl-2.16
PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ \
ftp://metalab.unc.edu/pub/packages/editors/ted/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.nllgg.nl/Ted/
COMMENT= Polish spelling dictionary for the Ted word processor
DEPENDS+= ted>=2.6:../../editors/ted
WRKSRC= ${WRKDIR}
USE_X11BASE= YES
DIST_SUBDIR= Ted-2.16
NO_BUILD= YES
INSTALLATION_DIRS= share/Ted/ind
post-extract:
cd ${WRKSRC};tar xvf Ted/ad/Ted_pl_PL.ad.tar
post-patch:
${ECHO} "Ted*fontList: -adobe-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-2" \
>>${WRKSRC}/usr/lib/X11/pl_PL/app-defaults/Ted
${ECHO} "Ted.documentFileName: ${PREFIX}/share/doc/Ted/TedDocument-en_US.rtf" \
>>${WRKSRC}/usr/lib/X11/pl_PL/app-defaults/Ted
do-install:
${INSTALL_DATA} ${WRKSRC}/ind/Polish.ind ${PREFIX}/share/Ted/ind
${INSTALL_DATA_DIR} ${PREFIX}/lib/X11/app-defaults/pl_PL
${INSTALL_DATA} ${WRKSRC}/usr/lib/X11/pl_PL/app-defaults/Ted ${PREFIX}/lib/X11/app-defaults/pl_PL/
.include "../../mk/bsd.pkg.mk"