18 lines
403 B
Makefile
18 lines
403 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2013/11/15 05:11:50 agc Exp $
|
|
|
|
DISTNAME= smaSHeM-0.4
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://labs.portcullis.co.uk/download/
|
|
|
|
MAINTAINER= agc@NetBSD.org
|
|
HOMEPAGE= http://labs.portcullis.co.uk/tools/smashem/
|
|
COMMENT= System V shared memory segment manipulator
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES+= c c++
|
|
|
|
AUTO_MKDIRS= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|