# Created by: Freddie Cash <fcash@sd73.bc.ca>
# $FreeBSD: textproc/ripole/Makefile 327773 2013-09-20 23:17:30Z bapt $

PORTNAME=	ripole
PORTVERSION=	0.2.2
CATEGORIES=	textproc
MASTER_SITES=	http://www.pldaniels.com/ripole/

MAINTAINER=	fcash@sd73.bc.ca
COMMENT=	A small program designed to pull attachments out of OLE2 documents

ALL_TARGET=	default

PLIST_FILES=	bin/ripole

NO_STAGE=	yes
post-patch:
	@${REINPLACE_CMD} -e '/^CFLAGS/d' ${WRKSRC}/Makefile

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin

.include <bsd.port.mk>
