1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/sysutils/shmcat/Makefile
Olivier Duchateau 9ccd5cc791 Update to 1.8
PR:		214259
Submitted by:	Jochen Neumeister
Approved by:	Gasol Wu (maintainer)
2016-11-21 06:58:05 +00:00

24 lines
404 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= shmcat
PORTVERSION= 1.8
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}
MAINTAINER= gasol.wu@gmail.com
COMMENT= Simple tool that dumps System V shared memory segments
LICENSE= GPLv2
USES= tar:bzip2 iconv
GNU_CONFIGURE= yes
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.mk>