mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
27 lines
615 B
Makefile
27 lines
615 B
Makefile
# 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>
|