2013-09-21 01:51:14 +02:00
|
|
|
# Created by: Herbert J. Skuhra <herbert.skuhra@gmx.at>
|
2004-12-22 02:46:12 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= artwiz-aleczapka-de
|
|
|
|
PORTVERSION= 1.3
|
2008-03-24 00:03:18 +01:00
|
|
|
PORTREVISION= 2
|
2004-12-22 02:46:12 +01:00
|
|
|
CATEGORIES= x11-fonts
|
2009-08-22 02:39:37 +02:00
|
|
|
MASTER_SITES= SF/artwizaleczapka/iso-8859-1/${PORTVERSION}
|
2004-12-22 02:46:12 +01:00
|
|
|
|
|
|
|
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
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
FONTDIR= ${LOCALBASE}/lib/X11/fonts/${PORTNAME}/
|
2004-12-22 02:46:12 +01:00
|
|
|
FILES= ${FONTS:S,$,.pcf,} ${WRKSRC}/fonts.alias \
|
|
|
|
${WRKSRC}/fonts.dir
|
|
|
|
|
2013-09-21 01:51:14 +02:00
|
|
|
NO_STAGE= yes
|
2004-12-22 02:46:12 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${MKDIR} ${FONTDIR}
|
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${FILES} ${FONTDIR}
|
|
|
|
|
|
|
|
post-install:
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
@${SED} 's|$${LOCALBASE}|${LOCALBASE}|g' \
|
2004-12-22 02:46:12 +01:00
|
|
|
${PKGDIR}/pkg-message >${PKGMESSAGE}
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|