aboutsummaryrefslogtreecommitdiffstats
path: root/misc/diction/Makefile
blob: ee376d2d214ee52d599019e86074aa9205cbdeec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: J Han <hjh@best.com>
# $FreeBSD$

PORTNAME=   diction
PORTVERSION=    1.11
PORTREVISION=   2
CATEGORIES= misc
MASTER_SITES=   GNU

MAINTAINER= ports@FreeBSD.org
COMMENT=    GNU diction and style

LICENSE=    GPLv3+
LICENSE_FILE=   ${WRKSRC}/COPYING

GNU_CONFIGURE=  yes

post-install:
    @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*

.include <bsd.port.mk>