2004-11-06 22:30:06 +01:00
|
|
|
# New ports collection makefile for: artwiz-ru
|
|
|
|
# Date created: 2004-10-31
|
|
|
|
# Whom: Roman Bogorodskiy <bogorodskiy@inbox.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= artwiz-ru
|
|
|
|
PORTVERSION= 20041031
|
2008-03-25 00:21:25 +01:00
|
|
|
PORTREVISION= 2
|
2004-11-06 22:30:06 +01:00
|
|
|
CATEGORIES= russian x11-fonts
|
2005-11-13 06:28:11 +01:00
|
|
|
MASTER_SITES= http://dev.gentoo.org/~sergey/ \
|
|
|
|
${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= novel
|
2004-11-06 22:30:06 +01:00
|
|
|
DISTNAME= artwiz_ru
|
|
|
|
|
2005-03-08 08:38:35 +01:00
|
|
|
MAINTAINER= novel@FreeBSD.org
|
2004-11-06 22:30:06 +01:00
|
|
|
COMMENT= Russian Artwiz fonts
|
|
|
|
|
|
|
|
BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig
|
|
|
|
RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
WRKSRC= ${WRKDIR}/fonts
|
|
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
|
|
|
|
- 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-11-06 22:30:06 +01:00
|
|
|
|
|
|
|
post-patch:
|
- 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} -e 's,LOCALBASE,${LOCALBASE},g' ${FILESDIR}/pkg-message.in > ${PKGMESSAGE}
|
2004-11-06 22:30:06 +01:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${MKDIR} ${FONTDIR}
|
|
|
|
for f in ${WRKSRC}/*; do \
|
|
|
|
${INSTALL_DATA} $$f ${FONTDIR}; \
|
|
|
|
done
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|