blob: 3c6b306c0a9ed8555a82ea40d0e9c00e42bcee6d (
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
27
28
29
30
31
32
33
|
# ex:ts=8
# Ports collection makefile for: pythondialog
# Date created: Sep 12, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= dialog
PORTVERSION= 2.7
PORTREVISION= 3
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pythondialog
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pythondialog-${PORTVERSION}
MAINTAINER= mek@mek.uz.ua
COMMENT= Python interface to dialog(3)
RUN_DEPENDS= cdialog:${PORTSDIR}/devel/cdialog
USE_BZIP2= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
EXAMPLESDIR= ${PREFIX}/share/examples/py-dialog
post-install:
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/demo.py ${EXAMPLESDIR}
.include <bsd.port.mk>
|