freebsd-ports/x11-toolkits/py-anygui/Makefile

33 lines
754 B
Makefile
Raw Normal View History

# New ports collection makefile for: py-anygui
# Date created: 29 October 2001
# Whom: Johann Visagie <wjv@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= anygui
PORTVERSION= 0.1.1
CATEGORIES= x11-toolkits python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
2003-02-20 14:21:36 -05:00
COMMENT= Generic GUI-creation front-end for Python
BUILD_DEPENDS= ${PYDISTUTILS}
USE_PYTHON= yes
2002-04-29 15:21:15 -04:00
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>