summaryrefslogtreecommitdiff
path: root/devel/libshhmsg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libshhmsg/Makefile')
-rw-r--r--devel/libshhmsg/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/devel/libshhmsg/Makefile b/devel/libshhmsg/Makefile
new file mode 100644
index 000000000000..58bfe151c969
--- /dev/null
+++ b/devel/libshhmsg/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: libshhmsg
+# Version required: 1.4.0
+# Date created: 1 May 1998
+# Whom: Andrey Zakhvatov
+#
+# $Id$
+#
+
+DISTNAME= shhmsg-1.4.0
+PKGNAME= libshhmsg-1.4.0
+CATEGORIES= devel
+MASTER_SITES= http://home.sol.no/~sverrehu/pub-unix/files/
+
+MAINTAINER= andy@icc.surw.chel.su
+
+USE_GMAKE= yes
+
+post-install:
+ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
+.if !defined(NOPORTDOCS)
+ @ ${MKDIR} ${PREFIX}/share/doc/libshhmsg
+.for file in CREDITS README shhmsg.txt
+ @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/libshhmsg
+.endfor
+.endif
+
+.include <bsd.port.mk>