Import misc/granulate version 0.2
[dports.git] / misc / granulate / Makefile
1 # New ports collection makefile for:   granulate
2 # Date created:                 Feb 17, 2001
3 # Whom:                         Ying-Chieh Liao <ijliao@FreeBSD.org>
4 #
5 # $FreeBSD: ports/misc/granulate/Makefile,v 1.11 2012/11/17 05:59:38 svnexp Exp $
6 #
7
8 PORTNAME=       granulate
9 PORTVERSION=    0.2
10 CATEGORIES=     misc
11 MASTER_SITES=   http://exe2bin.com/granulate/ \
12                 http://keyserver.kjsl.com/~jharris/distfiles/
13
14 MAINTAINER=     jharris@widomaker.com
15 COMMENT=        Granulate is a program for splitting files in place
16
17 PLIST_FILES=    bin/granulate
18 post-patch:
19         @${REINPLACE_CMD} -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g" \
20         ${WRKSRC}/Makefile
21
22 do-install:
23         @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
24
25 .include <bsd.port.mk>