diff options
Diffstat (limited to 'graphics/py-imaging')
-rw-r--r-- | graphics/py-imaging/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile index e3a19da..3519b01 100644 --- a/graphics/py-imaging/Makefile +++ b/graphics/py-imaging/Makefile @@ -1,17 +1,18 @@ # New ports collection makefile for: PIL -# Version required: 1.0 # Date created: 02 November 1998 # Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= Imaging-1.0 -PKGNAME= py-imaging-1.0 +PORTNAME= imaging +PORTVERSION= 1.0 CATEGORIES= graphics python MASTER_SITES= http://www.pythonware.com/downloads/ \ ftp://www.python.org/pub/python/src/ \ ftp://ftp.cwi.nl/pub/python/src/ +PKGNAMEPREFIX= py- +DISTNAME= Imaging-${PORTVERSION} MAINTAINER= tg@FreeBSD.org |