1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/x11-fonts/nexfontsel/Makefile

27 lines
666 B
Makefile
Raw Normal View History

# New ports collection makefile for: nexfontsel
# Date created: 99/09/29
# Whom: Satoshi TAOKA <taoka@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= nexfontsel
2001-02-05 21:02:14 +00:00
PORTVERSION= 3.0
CATEGORIES= x11-fonts
MASTER_SITES= http://www.netlab.is.tsukuba.ac.jp/~yokota/archive/
DISTNAME= NeXFontSel-${PORTVERSION}
MAINTAINER= taoka@FreeBSD.org
COMMENT= A neXtaw based replacement for xfontsel
LIB_DEPENDS= neXtaw.${XAWVER}:${PORTSDIR}/x11-toolkits/neXtaw
USE_IMAKE= yes
MAN1= nexfontsel.1
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>