1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/x11-fonts/nexfontsel/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

30 lines
765 B
Makefile

# Created by: Satoshi TAOKA <taoka@FreeBSD.org>
# $FreeBSD$
PORTNAME= nexfontsel
PORTVERSION= 3.0.1
PORTREVISION= 4
CATEGORIES= x11-fonts
MASTER_SITES= http://www.netlab.is.tsukuba.ac.jp/~yokota/archive/ \
LOCAL/pav
DISTNAME= NeXFontSel-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= NeXtaw based replacement for xfontsel
LIB_DEPENDS= libneXtaw.so:x11-toolkits/neXtaw
USES= imake xorg
USE_XORG= xaw
post-patch:
@${REINPLACE_CMD} -e 's|^CDEBUG|XCOMM CDEBUG|g ; \
s|= XawClientLibs|= -lneXtaw -lXmu -lXt -lX11|g' ${WRKSRC}/Imakefile
post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/ja_JP.eucJP/app-defaults
${INSTALL_DATA} ${WRKSRC}/NeXFontSel-ja.ad \
${STAGEDIR}${PREFIX}/lib/X11/ja_JP.eucJP/app-defaults/NeXFontSel
.include <bsd.port.mk>