mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
05f0f44a55
Homepage link is permanent redirected to its HTTPS counterpart
26 lines
693 B
Makefile
26 lines
693 B
Makefile
PORTNAME= artwiz-aleczapka-de
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 4
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= SF/artwizaleczapka/iso-8859-1/${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Set of (improved) artwiz fonts
|
|
WWW= https://artwizaleczapka.sourceforge.net/
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
USES= fonts tar:bzip2
|
|
SUB_FILES= pkg-message
|
|
|
|
FONTS= anorexia.de aqui.de cure.de drift.de edges.de fkp.de gelly.de \
|
|
glisp-bold.de glisp.de kates.de lime.de mints-mild.de \
|
|
mints-strong.de nu.de smoothansi.de snap.de
|
|
FILES= ${FONTS:S,$,.pcf,} ${WRKSRC}/fonts.alias
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${FONTSDIR}
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${FILES} ${STAGEDIR}${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|