blob: 40e1ae66384cb9b2fe8174d19bdb98e0e369aeec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: lyntin
# Date created: Dec 09 2004
# Whom: ste
#
# $FreeBSD$
#
PORTNAME= lyntin
PORTVERSION= 4.1.1
CATEGORIES= net games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= stefan@aeschbacher.ch
COMMENT= A highly configurable client program to help playing muds
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>
|