freebsd-ports/sysutils/samefile/Makefile
Ade Lovett 7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00

30 lines
890 B
Makefile

# New ports collection makefile for: samefile
# Date created: 15 March 2001
# Whom: schweikh
#
# $FreeBSD$
#
PORTNAME= samefile
PORTVERSION= 2.10
CATEGORIES= sysutils
MASTER_SITES= http://www.schweikhardt.net/
MAINTAINER= schweikh@FreeBSD.org
COMMENT= Find files with identical contents
MAN1= samefile.1
GNU_CONFIGURE= yes
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:
@echo " >>>> <<<<"
@echo " >>>> Running the test suite <<<<"
@echo " >>>> <<<<"
cd ${WRKSRC}; ${MAKE} test
post-install:
strip ${PREFIX}/bin/samefile
.include <bsd.port.mk>