1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

34 lines
950 B
Makefile
Raw Normal View History

# New ports collection makefile for: samefile
# Date created: 15 March 2001
# Whom: schweikh
#
# $FreeBSD$
#
2004-02-29 13:41:06 +00:00
PORTNAME= samefile
PORTVERSION= 2.12
2004-02-29 13:41:06 +00:00
CATEGORIES= sysutils
MASTER_SITES= http://www.schweikhardt.net/
2004-02-29 13:41:06 +00:00
MAINTAINER= schweikh@FreeBSD.org
COMMENT= Find files with identical contents
CONFLICTS= samesame-[0-9]*
2004-02-29 13:41:06 +00:00
MAN1= samefile.1
PLIST_FILES= bin/samefile
2004-02-29 13:41:06 +00:00
GNU_CONFIGURE= yes
2004-02-29 13:41:06 +00: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
post-build:
2004-02-29 13:41:06 +00:00
@${ECHO_MSG} " >>>> <<<<"
@${ECHO_MSG} " >>>> Running the test suite <<<<"
@${ECHO_MSG} " >>>> <<<<"
cd ${WRKSRC}; ${MAKE} test
post-install:
${STRIP_CMD} ${PREFIX}/bin/samefile
.include <bsd.port.mk>