1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/py-dialog/Makefile
Jean-Yves Lefort f671643bfc - Install example script
- Pass maintainership to submitter

PR:		ports/89993
Submitted by:	Max E. Kuznecov <mek@mek.uz.ua>
2005-12-06 15:33:30 +00:00

34 lines
678 B
Makefile

# 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>