7a325e6491
Update x11-fonts/mkfontscale to 1.2.0 Remove x11-fonts/mkfontdir, which has been merged into mkfontscale. Update dependencies and bump portrevisions. Add an entry to UPDATING and MOVES Changelog: https://lists.x.org/archives/xorg/2019-March/059633.html Thanks to Antoine for the exp-run! PR: 236336 (exp-run) Obtained from: FreeBSD Graphics Team dev repo https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mkfontscale Sponsored by: B3 Init
26 lines
512 B
Makefile
26 lines
512 B
Makefile
# Created by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= artwiz-ru
|
|
PORTVERSION= 20041031
|
|
PORTREVISION= 4
|
|
CATEGORIES= russian x11-fonts
|
|
MASTER_SITES= http://dev.gentoo.org/~sergey/ \
|
|
LOCAL/novel
|
|
DISTNAME= artwiz_ru
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Russian Artwiz fonts
|
|
|
|
USES= fonts tar:bzip2
|
|
NO_BUILD= yes
|
|
|
|
WRKSRC= ${WRKDIR}/fonts
|
|
SUB_FILES= pkg-message
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${FONTSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/*.pcf ${STAGEDIR}${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|