mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
e08519f48d
PR: ports/92766 Submitted by: maintainer
34 lines
927 B
Makefile
34 lines
927 B
Makefile
# New ports collection makefile for: ninix-aya
|
|
# Date created: 6 Dec 2003
|
|
# Whom: UMENO Takashi
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ninix-aya
|
|
PORTVERSION= 3.8.1
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
|
|
MASTER_SITE_SUBDIR= ninix-aya/18751
|
|
DISTNAME= ninix-aya-${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= umeno@rr.iij4u.or.jp
|
|
COMMENT= Ninix-aya is a compatible with desktop mascot program "Ukagaka"
|
|
|
|
LIB_DEPENDS= png:${PORTSDIR}/graphics/png
|
|
RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \
|
|
lha:${PORTSDIR}/archivers/lha \
|
|
${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2
|
|
|
|
PYVERSION= ${PYTHON_VERSION:S/^python//}
|
|
.if defined(PYTHON_VERSION) && ${PYVERSION:S/.//} < 24
|
|
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec
|
|
.endif # defined(PYVERSION) && ${PYVERSION:S/.//} < 24
|
|
|
|
USE_PYTHON= yes
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|