17 lines
400 B
Makefile
17 lines
400 B
Makefile
# $NetBSD: Makefile,v 1.2 2017/09/04 18:01:00 wiz 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"
|