ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/devel/gmake/Makefile
Revision: 24897
Committed: Sat Feb 2 22:35:36 2019 UTC (5 years, 3 months ago) by laffer1
File size: 588 byte(s)
Log Message:
add patches

File Contents

# Content
1 # $MidnightBSD$
2
3 PORTNAME= gmake
4 PORTVERSION= 4.2.1
5 PORTREVISION= 1
6 CATEGORIES= devel
7 MASTER_SITES= GNU/make
8 DISTNAME= make-${PORTVERSION}
9
10 MAINTAINER= ports@MidnightBSD.org
11 COMMENT= GNU version of 'make' utility
12
13 LICENSE= gpl3
14 LICENSE_FILE= ${WRKSRC}/COPYING
15
16 GNU_CONFIGURE= yes
17 CONFIGURE_ARGS= --program-prefix=g \
18 --without-guile
19
20 USES= cpe tar:bzip2
21 CPE_VENDOR= gnu
22
23 OPTIONS_DEFINE= NLS
24 OPTIONS_SUB= yes
25
26 NLS_USES= gettext-runtime iconv
27 NLS_CONFIGURE_ON= ${ICONV_CONFIGURE_ARG} \
28 --with-libintl-prefix=${LOCALBASE}
29 NLS_CONFIGURE_ENABLE= nls
30
31 INFO= make
32
33 .include <bsd.port.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H