freebsd-ports/sysutils/samefile/Makefile

30 lines
815 B
Makefile
Raw Normal View History

# $FreeBSD$
2004-02-29 14:41:06 +01:00
PORTNAME= samefile
PORTVERSION= 2.15
2014-08-09 20:55:02 +02:00
PORTREVISION= 1
2004-02-29 14:41:06 +01:00
CATEGORIES= sysutils
MASTER_SITES= http://www.schweikhardt.net/
2004-02-29 14:41:06 +01:00
MAINTAINER= schweikh@FreeBSD.org
COMMENT= Find files with identical contents
CONFLICTS= samesame-[0-9]*
2004-02-29 14:41:06 +01:00
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
2014-08-09 20:55:02 +02:00
PLIST_FILES= bin/samefile man/man1/samefile.1.gz
post-build:
2004-02-29 14:41:06 +01:00
@${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>