2013-09-20 20:35:44 +02:00
|
|
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
2011-08-05 16:07:25 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= webcolors
|
2012-02-12 09:59:27 +01:00
|
|
|
PORTVERSION= 1.4
|
2011-08-05 16:07:25 +02:00
|
|
|
CATEGORIES= graphics python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
|
|
COMMENT= Library working with the sRGB color space as used in the HTML and CSS
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
2013-09-22 20:05:04 +02:00
|
|
|
NO_STAGE= yes
|
2011-08-05 16:07:25 +02:00
|
|
|
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/${UNIQUENAME}
|
|
|
|
PORTDOCS= README
|
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${INSTALL_WRKSRC}/${PORTDOCS} ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|