1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/textproc/py-sgrep/Makefile
Martin Wilke 49ed1b7336 - Update to 1.1a
PR:             110445
Submitted by:   Li-Wen Hsu <lwhsu@lwhsu.org>
2007-03-21 09:58:53 +00:00

32 lines
722 B
Makefile

# ex:ts=8
# New ports collection makefile for: py-sgrep
# Date created: Jun 14, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= sgrep
PORTVERSION= 1.1a
PORTEPOCH= 1
CATEGORIES= textproc python
MASTER_SITES= http://www.rexx.com/~dkuhlman/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTFILES= pysgrep-${PORTVERSION}.tar.gz sgrep-${SGREP_VER}.tar.gz
EXTRACT_ONLY= sgrep-${SGREP_VER}.tar.gz
MAINTAINER= python@FreeBSD.org
COMMENT= Python wrappers for Sgrep
PLIST_FILES= %%PYTHON_SITELIBDIR%%/sgreplib.so
SGREP_VER= 1.94a
WRKSRC= ${WRKDIR}/sgrep-${SGREP_VER}
GNU_CONFIGURE= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
post-extract:
@${TAR} -zxf ${DISTDIR}/pysgrep-${PORTVERSION}.tar.gz -C ${WRKSRC}
.include <bsd.port.mk>