openbsd-ports/archivers/ripole/Makefile
merdely 3030bff8d6 ripOLE is a small program/library designed to pull out attachments from
OLE2 data files (ie, MS Office documents).

From William Yodlowsky with tweaks by me.
"go ahead if it works" steven@
2007-10-25 10:40:32 +00:00

31 lines
688 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/10/25 10:40:32 merdely Exp $
COMMENT= extract attachments from OLE2 data files
DISTNAME= ripole-0.2.0
CATEGORIES= archivers
HOMEPAGE= http://www.pldaniels.com/ripole/
MAINTAINER= William Yodlowsky <bsd@openbsd.rutgers.edu>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
MASTER_SITES= ${HOMEPAGE} \
http://openbsd.rutgers.edu/
ALL_TARGET= default
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ripole ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ripole
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ripole
.include <bsd.port.mk>