aea9dd2ad4
The substr package provides commands to deal with substrings of strings. Macros are provided to: - determine if one string is a substring of another, - return the parts of a string before or after a substring and - count the number of occurrences of a substring.
11 lines
287 B
Makefile
11 lines
287 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/04/09 21:53:53 markd Exp $
|
|
# TeX Live Revision 16117
|
|
|
|
DISTNAME= substr
|
|
PKGNAME= tex-${DISTNAME}-1.2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Deal with substrings in strings
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|