f1e7eab840
packing-lists was changes in significant ways, and they do not have enough dependencies that pkg_add can detect they changed through their signature. Bump the pkgname, so that pkg_add -r will choose to update them. okay pvalchev@
29 lines
706 B
Makefile
29 lines
706 B
Makefile
# $OpenBSD: Makefile,v 1.23 2005/08/17 16:10:04 espie Exp $
|
|
|
|
COMMENT= "setup X11 fonts for russian language (koi8-r)"
|
|
|
|
DISTNAME= xcyrillic-2.0
|
|
PKGNAME= ${DISTNAME}p0
|
|
CATEGORIES= russian x11
|
|
|
|
MASTER_SITES= ftp://ftp.openbsd.ru/pub/X11/cyrillic/ \
|
|
ftp://vell.nsc.ru/pub/X11/cyrillic/ \
|
|
ftp://ftp.styx.org/users/ww/cyrillic/
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/fonts
|
|
USE_X11= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKBUILD}/../LICENSE.txt \
|
|
${PREFIX}/lib/X11/fonts/xcyrillic
|
|
cd ${PREFIX}/lib/X11/fonts/xcyrillic/misc && \
|
|
mv fonts.alias fonts.alias-xcyrillic
|
|
|
|
.include <bsd.port.mk>
|