mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
f671643bfc
- Pass maintainership to submitter PR: ports/89993 Submitted by: Max E. Kuznecov <mek@mek.uz.ua>
34 lines
678 B
Makefile
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>
|