2001-03-21 08:26:21 +01:00
|
|
|
# New ports collection makefile for: samefile
|
|
|
|
# Date created: 15 March 2001
|
|
|
|
# Whom: schweikh
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= samefile
|
2002-11-16 15:24:09 +01:00
|
|
|
PORTVERSION= 2.10
|
2001-03-21 08:26:21 +01:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://www.schweikhardt.net/
|
|
|
|
|
2002-03-13 22:02:53 +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
|
|
|
|
|
|
|
MAN1= samefile.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2002-11-16 15:24:09 +01:00
|
|
|
CFLAGS+= -ansi -pedantic -Wall -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wconversion -Wsign-compare -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Wnested-externs -Winline -Wno-long-long
|
2001-03-21 08:26:21 +01:00
|
|
|
|
|
|
|
post-build:
|
|
|
|
@echo " >>>> <<<<"
|
|
|
|
@echo " >>>> Running the test suite <<<<"
|
|
|
|
@echo " >>>> <<<<"
|
|
|
|
cd ${WRKSRC}; ${MAKE} test
|
|
|
|
|
|
|
|
post-install:
|
2003-09-24 11:37:11 +02:00
|
|
|
${STRIP_CMD} ${PREFIX}/bin/samefile
|
2001-03-21 08:26:21 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|