freebsd-ports/textproc/ripole/Makefile
Michael Johnson 1cc50ba853 Add ripole 0.1.4, a small program designed to pull attachments out of
OLE2 documents.

PR:		ports/82492
Submitted by:	Freddie Cash <fcash@sd73.bc.ca>
2005-06-24 00:44:12 +00:00

27 lines
604 B
Makefile

# New ports collection makefile for: ripole
# Date created: June 21, 2005
# Whom: Freddie Cash <fcash@sd73.bc.ca>
#
# $FreeBSD$
PORTNAME= ripole
PORTVERSION= 0.1.4
CATEGORIES= textproc
MASTER_SITES= http://www.pldaniels.com/ripole/
#DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= fcash@sd73.bc.ca
COMMENT= A small program designed to pull attachments out of OLE2 documents
CONFLICTS= ripole-devel-*
LATEST_LINK= ripole
ALL_TARGET= default
PLIST_FILES= bin/ripole
.include <bsd.port.pre.mk>
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ripole ${PREFIX}/bin/ripole
.include <bsd.port.post.mk>