mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
create bsd12 branch
This commit is contained in:
34
text/gm4/Makefile
Normal file
34
text/gm4/Makefile
Normal 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
2
text/gm4/distinfo
Normal 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
12
text/gm4/pkg-descr
Normal 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.
|
||||
|
||||
Reference in New Issue
Block a user