mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
37 lines
862 B
Makefile
37 lines
862 B
Makefile
# New ports collection makefile for: nexfontsel
|
|
# Date created: 99/09/29
|
|
# Whom: Satoshi TAOKA <taoka@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nexfontsel
|
|
PORTVERSION= 3.0.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= http://www.netlab.is.tsukuba.ac.jp/~yokota/archive/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= pav
|
|
DISTNAME= NeXFontSel-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A neXtaw based replacement for xfontsel
|
|
|
|
LIB_DEPENDS= neXtaw:${PORTSDIR}/x11-toolkits/neXtaw
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= xaw
|
|
|
|
MAN1= nexfontsel.1
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|^CDEBUG|XCOMM CDEBUG|g ; \
|
|
s|= XawClientLibs|= -lneXtaw|g' ${WRKSRC}/Imakefile
|
|
|
|
post-install:
|
|
@${MKDIR} ${PREFIX}/lib/X11/ja_JP.eucJP/app-defaults
|
|
${INSTALL_DATA} ${WRKSRC}/NeXFontSel-ja.ad \
|
|
${PREFIX}/lib/X11/ja_JP.eucJP/app-defaults/NeXFontSel
|
|
|
|
.include <bsd.port.mk>
|