2001-03-21 08:26:21 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2004-02-29 14:41:06 +01:00
|
|
|
PORTNAME= samefile
|
2014-06-01 15:23:50 +02:00
|
|
|
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/
|
2001-03-21 08:26:21 +01:00
|
|
|
|
2004-02-29 14:41:06 +01:00
|
|
|
MAINTAINER= schweikh@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Find files with identical contents
|
2001-03-21 08:26:21 +01:00
|
|
|
|
2009-04-30 17:35:00 +02:00
|
|
|
CONFLICTS= samesame-[0-9]*
|
|
|
|
|
2004-02-29 14:41:06 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2001-03-21 08:26:21 +01:00
|
|
|
|
2014-06-01 15:23:50 +02:00
|
|
|
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
|
2001-03-21 08:26:21 +01:00
|
|
|
|
2014-08-09 20:55:02 +02:00
|
|
|
PLIST_FILES= bin/samefile man/man1/samefile.1.gz
|
|
|
|
|
2001-03-21 08:26:21 +01:00
|
|
|
post-build:
|
2004-02-29 14:41:06 +01:00
|
|
|
@${ECHO_MSG} " >>>> <<<<"
|
|
|
|
@${ECHO_MSG} " >>>> Running the test suite <<<<"
|
|
|
|
@${ECHO_MSG} " >>>> <<<<"
|
2001-03-21 08:26:21 +01:00
|
|
|
cd ${WRKSRC}; ${MAKE} test
|
|
|
|
|
|
|
|
post-install:
|
2014-06-01 15:23:50 +02:00
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/samefile
|
2001-03-21 08:26:21 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|