3e4ed01146
- 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)
35 lines
808 B
Makefile
35 lines
808 B
Makefile
# New ports collection makefile for: koi8rPS
|
|
# Date created: 22 July 1999
|
|
# Whom: mi@aldan.algebra.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= monaco
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= ukrainian x11-fonts
|
|
MASTER_SITES= http://www.brama.com/compute/unix/
|
|
PKGNAMEPREFIX= koi8-u-
|
|
PKGNAMESUFFIX= -x11
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= mi@aldan.algebra.com
|
|
COMMENT= A collection of 5 "fixed" fonts for X11 from www.brama.com
|
|
|
|
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
|
|
mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
|
|
mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
|
|
|
|
USE_ZIP= yes
|
|
|
|
WRKSRC= ${WRKDIR}/Monaco.bdf
|
|
|
|
MAKEFILE= ${FILESDIR}/Makefile
|
|
MAKE_ENV+= INSTALL_DATA="${INSTALL_DATA}" MKDIR="${MKDIR}"
|
|
MAKE_ARGS+= -j 2
|
|
|
|
post-install:
|
|
${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|