create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

34
text/gm4/Makefile Normal file
View File

@@ -0,0 +1,34 @@
#
# $Id: Makefile 2697 2009-10-31 20:47:23Z root $
#
PORTNAME= m4
PKGNAMEPREFIX= g
PORTVERSION= 1.4.18
MASTER_SITES+= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
DIST_SUBDIR= gnu
CATEGORIES= devel
MAINTAINER= onborodin@gmail.com
COMMENT= GNU's m4
#LIB_DEPENDS+= libiconv:text/libiconv/
LIB_DEPENDS+= libintl.so:devel/gettext/
GNU_CONFIGURE= yes
USES+= gmake
#CONFIGURE_ARGS+= --with-libiconv-prefix=${LOCALBASE}
CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+= --infodir=${PREFIX}/info
CONFIGURE_ARGS+= --mandir=${PREFIX}/man
CONFIGURE_ARGS+= --program-prefix='g'
INFO= m4
PLIST_FILES+= man/man1/gm4.1.gz
PLIST_FILES= bin/gm4
.include <bsd.port.mk>
#EOF

2
text/gm4/distinfo Normal file
View File

@@ -0,0 +1,2 @@
SHA256 (gnu/m4-1.4.18.tar.gz) = ab2633921a5cd38e48797bf5521ad259bdc4b979078034a3b790d7fec5493fab
SIZE (gnu/m4-1.4.18.tar.gz) = 2006643

12
text/gm4/pkg-descr Normal file
View File

@@ -0,0 +1,12 @@
GNU `m4' is an implementation of the traditional UNIX macro
processor. It is mostly SVR4 compatible, although it has some
extensions (for example, handling more than 9 positional parameters to
macros). `m4' also has builtin functions for including files, running
shell commands, doing arithmetic, etc. Autoconf needs GNU `m4' for
generating `configure' scripts, but not for running them.
GNU `m4' was originally written by Rene Seindal, with subsequent
changes by Franc,ois Pinard and other volunteers on the Internet. All
names and email addresses can be found in the file `THANKS' from the
GNU `m4' distribution.