freebsd-ports/x11-toolkits/py-anygui/Makefile
Nicola Vitale 8550f66a2c - Updated to 0.1b1
- Taken maintainership by araujo@bsdmail.org

PR:		ports/107619
Submitted by:	araujo@bsdmail.org
Approved by:	alexbl (mentor)
2007-01-07 10:31:51 +00:00

32 lines
755 B
Makefile

# New ports collection makefile for: py-anygui
# Date created: 29 October 2001
# Whom: Johann Visagie <wjv@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= anygui
PORTVERSION= 0.1b1
CATEGORIES= x11-toolkits python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= araujo@bsdmail.org
COMMENT= Generic GUI-creation front-end for Python
BUILD_DEPENDS= ${PYDISTUTILS}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
post-install:
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${DOCSDIR}
.for docfile in CHANGELOG.txt KNOWN_BUGS.txt README.txt MAINTAINERS.txt TODO.txt doc/*
@ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>