openbsd-ports/sysutils/mac-robber/Makefile
margarida fdeb15157a New HOMEPAGE and MASTER_SITE.
New file mentioning these changes, therefore new distinfo.
2003-06-01 23:41:04 +00:00

32 lines
764 B
Makefile

# $OpenBSD: Makefile,v 1.3 2003/06/01 23:41:04 margarida Exp $
COMMENT= "forensic tool that collects MAC times from files"
VERSION= 1.00
DISTNAME= mac-robber-${VERSION}
CATEGORIES= sysutils security
HOMEPAGE= http://www.sleuthkit.org/mac-robber/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mac-robber/}
MAINTAINER= Margarida Sequeira <margarida@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MAKE_FLAGS= CC="${CC}" GCC_CFLAGS="${CFLAGS}"
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mac-robber ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mac-robber
cd ${WRKSRC} && ${INSTALL_MAN} README \
${PREFIX}/share/doc/mac-robber
.include <bsd.port.mk>