heirloom part
This commit is contained in:
parent
4e3f440abc
commit
803d8867ac
3 changed files with 17 additions and 0 deletions
1
textproc/heirloom-sdiff/DESCR
Normal file
1
textproc/heirloom-sdiff/DESCR
Normal file
|
@ -0,0 +1 @@
|
||||||
|
This package provides 'sdiff' utility.
|
13
textproc/heirloom-sdiff/Makefile
Normal file
13
textproc/heirloom-sdiff/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# $NetBSD: Makefile,v 1.1.1.1 2011/05/28 08:17:25 cheusov Exp $
|
||||||
|
|
||||||
|
PKGNAME= heirloom-sdiff-${HEIRLOOM_VER}
|
||||||
|
CATEGORIES= textproc
|
||||||
|
|
||||||
|
MAKE_FLAGS+= SUBDIRS="build sdiff"
|
||||||
|
|
||||||
|
.include "../../sysutils/heirloom-doc/Makefile.common"
|
||||||
|
|
||||||
|
DESCR_SRC+= DESCR
|
||||||
|
|
||||||
|
.include "../../devel/heirloom-libcommon/buildlink3.mk"
|
||||||
|
.include "../../mk/bsd.pkg.mk"
|
3
textproc/heirloom-sdiff/PLIST
Normal file
3
textproc/heirloom-sdiff/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/28 08:17:25 cheusov Exp $
|
||||||
|
${HLROOT}/bin/sdiff
|
||||||
|
${HLROOT}/man/man1/sdiff.1
|
Loading…
Reference in a new issue