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
34 lines
758 B
Makefile
34 lines
758 B
Makefile
# Created by: past@ebs.gr
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mgopen
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= DEBIAN/pool/main/f/fonts-mgopen
|
|
DISTNAME= fonts-mgopen_${PORTVERSION}.orig
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= MgOpen greek fonts collection
|
|
|
|
# almost identical to the license used in bitstream-vera
|
|
LICENSE= MGOPEN
|
|
LICENSE_GROUPS= FONT
|
|
LICENSE_NAME= MgOpen Font License
|
|
LICENSE_FILE= ${FILESDIR}/LICENSE
|
|
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|
|
|
USES= fonts tar:bzip2
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
WRKSRC= ${WRKDIR}/fonts-mgopen-${PORTVERSION}/TTFs
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${FONTSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|