Prune net-p2p/twister
[dports.git] / misc / diction / Makefile
1 # Created by: J Han <hjh@best.com>
2 # $FreeBSD$
3
4 PORTNAME=       diction
5 PORTVERSION=    1.11
6 PORTREVISION=   2
7 CATEGORIES=     misc
8 MASTER_SITES=   GNU
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        GNU diction and style
12
13 LICENSE=        GPLv3+
14 LICENSE_FILE=   ${WRKSRC}/COPYING
15
16 GNU_CONFIGURE=  yes
17
18 post-install:
19         @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
20
21 .include <bsd.port.mk>