blob: 44ead6b0e5af4c549be4d99ce21286327c9040a8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# 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
PORTREVISION= 2
CATEGORIES= x11-fonts
MASTER_SITES= SF/artwizaleczapka/iso-8859-1/${PORTVERSION}
MAINTAINER= herbert.skuhra@gmx.at
COMMENT= A set of (improved) artwiz fonts
NO_BUILD= yes
USE_BZIP2= 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= ${LOCALBASE}/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|$${LOCALBASE}|${LOCALBASE}|g' \
${PKGDIR}/pkg-message >${PKGMESSAGE}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
|