summaryrefslogtreecommitdiff
path: root/sysutils/samefile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/samefile/Makefile')
-rw-r--r--sysutils/samefile/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/sysutils/samefile/Makefile b/sysutils/samefile/Makefile
new file mode 100644
index 000000000000..451b681a875e
--- /dev/null
+++ b/sysutils/samefile/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: samefile
+# Date created: 15 March 2001
+# Whom: schweikh
+#
+# $FreeBSD$
+#
+
+PORTNAME= samefile
+PORTVERSION= 2.9
+CATEGORIES= sysutils
+MASTER_SITES= http://www.schweikhardt.net/
+
+MAINTAINER= samefile@schweikhardt.net
+
+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
+
+post-build:
+ @echo " >>>> <<<<"
+ @echo " >>>> Running the test suite <<<<"
+ @echo " >>>> <<<<"
+ cd ${WRKSRC}; ${MAKE} test
+
+post-install:
+ strip ${PREFIX}/bin/samefile
+
+.include <bsd.port.mk>