freebsd-ports/graphics/py-editobj/Makefile
Erwin Lansing 6c2493644b Remove the use of USE_GZIP. I cannot find any use of it in bsd.port.mk
and these ports build fine without it. My guess is that it was added
by someone as an opposite to USE_BZIP2 and other people copied it.
Remove it once and for all.

With hat:	portmgr
2006-06-11 21:04:35 +00:00

30 lines
753 B
Makefile

# New ports collection makefile for: py-editobj
# Date created: 2005-10-05
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
#
# $FreeBSD$
#
PORTNAME= editobj
PORTVERSION= 0.5.7
CATEGORIES= graphics python
MASTER_SITES= http://download.gna.org/songwrite/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= EditObj-${PORTVERSION}
MAINTAINER= acardenas@bsd.org.pe
COMMENT= Create and display a Tkinter dialog box for editing any Python object
DIST_SUBDIR= python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
WRKSRC= ${WRKDIR}/EditObj-${PORTVERSION}
EXAMPLESDIR= ${PREFIX}/share/examples/py-editobj
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/demo/* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>