freebsd-ports/japanese/xnetmaj/Makefile
Akinori MUSHA 3e73c145d6 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Finally `japanese' category has been done.
2000-04-13 08:34:11 +00:00

27 lines
619 B
Makefile

# New ports collection makefile for: xnetmaj
# Date created: 20 June 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#
PORTNAME= xnetmaj
PORTVERSION= 2.0.7
CATEGORIES= japanese games
MASTER_SITES= http://www.sfc.wide.ad.jp/~kusune/netmaj/files/
DISTNAME= netmaj
DISTFILES= netmaj-${PORTVERSION}.tar.gz \
netmaj-xui-${PORTVERSION}.tar.gz
MAINTAINER= nakai@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_X_PREFIX= yes
ALL_TARGET= libs all
INSTALL_TARGET= install install-pf
post-extract:
( cd ${WRKDIR}/netmaj; ${LN} -s ../xui )
.include <bsd.port.mk>