opnsense-ports/textproc/ripole/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

22 lines
484 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= 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>