aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/xnetmaj/Makefile
blob: 50ce6370634a3653f2d39b019894e8115ebf17c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:   xnetmaj
# Version required:    2.0.7
# Date created:        20 June 1997
# Whom:                Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#

DISTNAME=   netmaj
PKGNAME=    ja-xnetmaj-2.0.7
CATEGORIES= japanese games
MASTER_SITES=   http://www.sfc.wide.ad.jp/~kusune/netmaj/files/
DISTFILES=  netmaj-2.0.7.tar.gz netmaj-xui-2.0.7.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>