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)
31 lines
583 B
Makefile
31 lines
583 B
Makefile
# New ports collection makefile for: mkbold
|
|
# Date created: 4 January 2002
|
|
# Whom: KOMATSU Shinichiro
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mkbold
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= ${MASTER_SITE_PORTS_JP}
|
|
EXTRACT_SUFX= .bz2
|
|
|
|
MAINTAINER= koma2@lovepeers.org
|
|
COMMENT= Perl script to make BDF font bold
|
|
|
|
CONFLICTS= mkbold-mkitalic-[0-9]*
|
|
|
|
PLIST_FILES= bin/mkbold
|
|
USE_PERL5= yes
|
|
EXTRACT_AFTER_ARGS= > ${WRKSRC}/mkbold
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
USE_BZIP2= yes
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/mkbold ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|