mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Smake is a highly portable make program with automake features.
PR: ports/77936 Submitted by: Martin Matuska <martin (at) matuska.org>
This commit is contained in:
parent
5764c517d0
commit
739233d24b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129725
@ -1395,6 +1395,7 @@
|
||||
SUBDIR += simpletest
|
||||
SUBDIR += simulavr
|
||||
SUBDIR += skalibs
|
||||
SUBDIR += smake
|
||||
SUBDIR += smc
|
||||
SUBDIR += smv
|
||||
SUBDIR += soup
|
||||
|
26
devel/smake/Makefile
Normal file
26
devel/smake/Makefile
Normal file
@ -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>
|
2
devel/smake/distinfo
Normal file
2
devel/smake/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (smake-1.2a23.tar.bz2) = 160bf835630120592ff90c907426282b
|
||||
SIZE (smake-1.2a23.tar.bz2) = 277254
|
9
devel/smake/pkg-descr
Normal file
9
devel/smake/pkg-descr
Normal file
@ -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
|
5
devel/smake/pkg-plist
Normal file
5
devel/smake/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
bin/smake
|
||||
include/align.h
|
||||
include/avoffset.h
|
||||
lib/libschily.a
|
||||
lib/defaults.smk
|
Loading…
Reference in New Issue
Block a user