freebsd-ports/textproc/py-sgrep/Makefile

31 lines
729 B
Makefile
Raw Normal View History

2001-06-13 20:49:51 +02:00
# ex:ts=8
# New ports collection makefile for: py-sgrep
# Date created: Jun 14, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= sgrep
2003-11-06 08:31:15 +01:00
PORTVERSION= ${SGREP_VER} # dont know ver, so I decide to choose sgrep ver
2001-06-13 20:49:51 +02:00
CATEGORIES= textproc python
MASTER_SITES= http://www.rexx.com/~dkuhlman/
2001-06-13 20:49:51 +02:00
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
2003-11-06 08:31:15 +01:00
DISTFILES= pysgrep.tar.gz sgrep-${SGREP_VER}.tar.gz
EXTRACT_ONLY= sgrep-1.92a.tar.gz
2001-06-13 20:49:51 +02:00
2003-11-06 08:31:15 +01:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Python wrappers for Sgrep
2001-06-13 20:49:51 +02:00
2004-02-05 21:38:07 +01:00
PLIST_FILES= %%PYTHON_SITELIBDIR%%/sgreplib.so
2003-11-06 08:31:15 +01:00
SGREP_VER= 1.92a
WRKSRC= ${WRKDIR}/sgrep-${SGREP_VER}
GNU_CONFIGURE= yes
2001-06-13 20:49:51 +02:00
USE_PYTHON= yes
2002-04-29 21:08:55 +02:00
USE_PYDISTUTILS= yes
2003-11-06 08:31:15 +01:00
post-extract:
@${TAR} -zxf ${_DISTDIR}/pysgrep.tar.gz -C ${WRKSRC}
2001-06-13 20:49:51 +02:00
.include <bsd.port.mk>