mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
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
30 lines
720 B
Makefile
30 lines
720 B
Makefile
# Created by: dburr@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sharefonts
|
|
PORTVERSION= 0.10
|
|
PORTREVISION= 8
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= http://download.gimp.org/pub/%SUBDIR%/ \
|
|
ftp://ftp.sunet.se/pub/gnu/%SUBDIR%/ \
|
|
http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \
|
|
http://mirrors.xmission.com/gimp/%SUBDIR%/
|
|
MASTER_SITE_SUBDIR= gimp/fonts
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Collection of shareware ATM fonts from the CICA archives
|
|
|
|
RESTRICTED= Shareware: cannot be distributed without prior authorization
|
|
|
|
NO_BUILD= yes
|
|
|
|
NO_ARCH= yes
|
|
SUB_FILES= pkg-message
|
|
USES= fonts
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${FONTSDIR}
|
|
${INSTALL_DATA} ${WRKDIR}/sharefont/* ${STAGEDIR}${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|