freebsd-ports/russian/artwiz-ru/Makefile
Martin Wilke 3e4ed01146 - 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 17:56:05 +00:00

43 lines
923 B
Makefile

# New ports collection makefile for: artwiz-ru
# Date created: 2004-10-31
# Whom: Roman Bogorodskiy <bogorodskiy@inbox.ru>
#
# $FreeBSD$
#
PORTNAME= artwiz-ru
PORTVERSION= 20041031
PORTREVISION= 2
CATEGORIES= russian x11-fonts
MASTER_SITES= http://dev.gentoo.org/~sergey/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= novel
DISTNAME= artwiz_ru
MAINTAINER= novel@FreeBSD.org
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
FONTDIR= ${LOCALBASE}/lib/X11/fonts/${PORTNAME}
post-patch:
@${SED} -e 's,LOCALBASE,${LOCALBASE},g' ${FILESDIR}/pkg-message.in > ${PKGMESSAGE}
do-install:
${MKDIR} ${FONTDIR}
for f in ${WRKSRC}/*; do \
${INSTALL_DATA} $$f ${FONTDIR}; \
done
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>