1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/textproc/ripole/Makefile
2014-02-25 17:20:25 +00:00

23 lines
486 B
Makefile

# Created by: Freddie Cash <fcash@sd73.bc.ca>
# $FreeBSD$
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
post-patch:
@${REINPLACE_CMD} -e '/^CFLAGS/d' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>