freebsd-ports/sysutils/samefile/Makefile
Jens Schweikhardt c7cff3985a Add staging support; update to 2.15.
PR:		ports/189662
2014-06-01 13:23:50 +00:00

26 lines
749 B
Makefile

# $FreeBSD$
PORTNAME= samefile
PORTVERSION= 2.15
CATEGORIES= sysutils
MASTER_SITES= http://www.schweikhardt.net/
MAINTAINER= schweikh@FreeBSD.org
COMMENT= Find files with identical contents
CONFLICTS= samesame-[0-9]*
GNU_CONFIGURE= yes
CFLAGS+= -ansi -pedantic -Wall -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long
post-build:
@${ECHO_MSG} " >>>> <<<<"
@${ECHO_MSG} " >>>> Running the test suite <<<<"
@${ECHO_MSG} " >>>> <<<<"
cd ${WRKSRC}; ${MAKE} test
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/samefile
.include <bsd.port.mk>