Update multimedia/emby-server to version 3.0.6070
[dports.git] / sysutils / shmcat / Makefile
1 # Created by: Gasol Wu <gasol.wu@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       shmcat
5 PORTVERSION=    1.7
6 CATEGORIES=     sysutils
7 MASTER_SITES=   SF/${PORTNAME}
8
9 MAINTAINER=     gasol.wu@gmail.com
10 COMMENT=        Simple tool that dumps System V shared memory segments
11
12 LICENSE=        GPLv2
13
14 USES=           tar:bzip2 iconv
15 GNU_CONFIGURE=  yes
16
17 OPTIONS_DEFINE= NLS
18 OPTIONS_SUB=    yes
19
20 NLS_USES=               gettext
21 NLS_CONFIGURE_ENABLE=   nls
22
23 .include <bsd.port.mk>