c5f368ea8c
This is set of improved artwiz fonts. They are compatible with the latest fontconfig/Xft-2.0. Thus the artwiz fonts work in gtk2/kde3 applications. PR: ports/71083 Submitted by: Herbert J. Skuhra <herbert.skuhra@gmx.at>
39 lines
1,017 B
Makefile
39 lines
1,017 B
Makefile
# New ports collection makefile for: artwiz-aleczapka-de
|
|
# Date created: 2004-08-28
|
|
# Whom: Herbert J. Skuhra <herbert.skuhra@gmx.at>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= artwiz-aleczapka-de
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= artwizaleczapka
|
|
|
|
MAINTAINER= herbert.skuhra@gmx.at
|
|
COMMENT= A set of (improved) artwiz fonts
|
|
|
|
NO_BUILD= yes
|
|
USE_BZIP2= yes
|
|
USE_X_PREFIX= yes
|
|
PKGMESSAGE= ${WRKDIR}/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
|
|
FONTDIR= ${X11BASE}/lib/X11/fonts/${PORTNAME}/
|
|
FILES= ${FONTS:S,$,.pcf,} ${WRKSRC}/fonts.alias \
|
|
${WRKSRC}/fonts.dir
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
do-install:
|
|
@${MKDIR} ${FONTDIR}
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${FILES} ${FONTDIR}
|
|
|
|
post-install:
|
|
@${SED} 's|$${X11BASE}|${X11BASE}|g' \
|
|
${PKGDIR}/pkg-message >${PKGMESSAGE}
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.post.mk>
|