summaryrefslogtreecommitdiff
path: root/devel/smake
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-02-25 06:52:11 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-02-25 06:52:11 +0000
commit739233d24b901269d017854f37fb004becc14f4b (patch)
treef4e614232cf5651e9874db6b0dd469262480aebb /devel/smake
parentImprove the description of the latest phpBB information disclosure (diff)
Smake is a highly portable make program with automake features.
PR: ports/77936 Submitted by: Martin Matuska <martin (at) matuska.org>
Notes
Notes: svn path=/head/; revision=129725
Diffstat (limited to 'devel/smake')
-rw-r--r--devel/smake/Makefile26
-rw-r--r--devel/smake/distinfo2
-rw-r--r--devel/smake/pkg-descr9
-rw-r--r--devel/smake/pkg-plist5
4 files changed, 42 insertions, 0 deletions
diff --git a/devel/smake/Makefile b/devel/smake/Makefile
new file mode 100644
index 000000000000..24104b29f06c
--- /dev/null
+++ b/devel/smake/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: smake
+# Date created: 22 February 2005
+# Whom: Martin Matuska <martin@matuska.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= smake
+PORTVERSION= 1.2.a.23
+CATEGORIES= devel
+MASTER_SITES= ftp://ftp.berlios.de/pub/smake/alpha/
+DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a./a/}
+
+MAINTAINER= martin@matuska.org
+COMMENT= Highly portable make program with automake features
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/.a.*//g}
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+MAKE_ARGS= INS_BASE=${PREFIX}
+
+MAN1= smake.1
+MAN5= makefiles.5 makerules.5
+
+.include <bsd.port.mk>
diff --git a/devel/smake/distinfo b/devel/smake/distinfo
new file mode 100644
index 000000000000..02675e0ac69e
--- /dev/null
+++ b/devel/smake/distinfo
@@ -0,0 +1,2 @@
+MD5 (smake-1.2a23.tar.bz2) = 160bf835630120592ff90c907426282b
+SIZE (smake-1.2a23.tar.bz2) = 277254
diff --git a/devel/smake/pkg-descr b/devel/smake/pkg-descr
new file mode 100644
index 000000000000..c4a23bee4427
--- /dev/null
+++ b/devel/smake/pkg-descr
@@ -0,0 +1,9 @@
+Smake is a highly portable make program with automake features. It is
+currently mainly targeted to be used with the makefiles system.
+
+makefiles allows to mount a source tree via NFS and simultaneous compilation
+on all supported platforms
+makefiles therefore allows to re-use a source tree for all supported platforms
+in favor of the GNU concept of untar -> configure -> make -> install -> remove
+
+WWW: http://cdrecord.berlios.de/old/private/smake.html
diff --git a/devel/smake/pkg-plist b/devel/smake/pkg-plist
new file mode 100644
index 000000000000..e4161a022659
--- /dev/null
+++ b/devel/smake/pkg-plist
@@ -0,0 +1,5 @@
+bin/smake
+include/align.h
+include/avoffset.h
+lib/libschily.a
+lib/defaults.smk