Lines 3-9
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= imaging |
4 |
PORTNAME= imaging |
5 |
PORTVERSION= 1.1.7 |
5 |
PORTVERSION= 1.1.7 |
6 |
PORTREVISION= 3 |
6 |
PORTREVISION= 4 |
7 |
CATEGORIES= graphics python |
7 |
CATEGORIES= graphics python |
8 |
MASTER_SITES= http://effbot.org/media/downloads/ \ |
8 |
MASTER_SITES= http://effbot.org/media/downloads/ \ |
9 |
http://www.pythonware.net/storage/ |
9 |
http://www.pythonware.net/storage/ |
Lines 21-35
Link Here
|
21 |
|
21 |
|
22 |
USES= python |
22 |
USES= python |
23 |
DIST_SUBDIR= python |
23 |
DIST_SUBDIR= python |
24 |
USE_PYTHON= distutils autoplist |
24 |
USE_PYTHON= distutils autoplist concurrent |
25 |
|
25 |
|
26 |
PLIST_FILES= %%PYTHON_INCLUDEDIR%%/ImPlatform.h %%PYTHON_INCLUDEDIR%%/Imaging.h |
26 |
PLIST_FILES= %%PYTHON_INCLUDEDIR%%/ImPlatform.h %%PYTHON_INCLUDEDIR%%/Imaging.h |
27 |
PORTDOCS= * |
27 |
PORTDOCS= * |
28 |
PORTEXAMPLES= * |
28 |
PORTEXAMPLES= * |
29 |
|
29 |
|
30 |
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} |
|
|
31 |
EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} |
32 |
|
33 |
OPTIONS_DEFINE= DOCS TKINTER |
30 |
OPTIONS_DEFINE= DOCS TKINTER |
34 |
TKINTER_DESC= tkinter for X support |
31 |
TKINTER_DESC= tkinter for X support |
35 |
|
32 |
|