19a7a2aa30
- remove LICENSE_TYPE - {yes,YES} -> Yes - add NO_CONFIGURE - give users of this port a fighting chance of being able to download it any time this century, add ${MASTER_SITE_BACKUP} to the dist site list infront of the original dist site.
35 lines
853 B
Makefile
35 lines
853 B
Makefile
# $OpenBSD: Makefile,v 1.12 2000/03/04 22:24:37 brad Exp $
|
|
|
|
DISTNAME= xcyrillic-1.1
|
|
CATEGORIES= russian x11
|
|
MASTER_SITES= ${MASTER_SITE_BACKUP} \
|
|
ftp://vell.nsc.ru/pub/X11/cyrillic/
|
|
|
|
MAINTAINER= form@openbsd.org
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
NO_CONFIGURE= Yes
|
|
USE_X11= Yes
|
|
FAKE= Yes
|
|
|
|
ALL_TARGET= X11R6
|
|
|
|
post-build:
|
|
@${X11BASE}/bin/mkfontdir ${WRKSRC}/misc ${WRKSRC}/75dpi ${WRKSRC}/100dpi
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/lib/X11/fonts/xcyrillic
|
|
.for d in misc 75dpi 100dpi
|
|
${INSTALL_DATA_DIR} ${PREFIX}/lib/X11/fonts/xcyrillic/${d}
|
|
${INSTALL_DATA} ${WRKSRC}/${d}/fonts.dir ${WRKSRC}/${d}/*.pcf.gz \
|
|
${PREFIX}/lib/X11/fonts/xcyrillic/${d}
|
|
.endfor
|
|
${INSTALL_DATA} ${WRKSRC}/misc/fonts.alias \
|
|
${PREFIX}/lib/X11/fonts/xcyrillic/misc
|
|
|
|
.include <bsd.port.mk>
|