1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/devel/automake/Makefile
Muhammad Moinur Rahman a075b39f23 devel/automake: Moved man to share/man
Approved by:    portmgr (blanket)
2024-01-27 01:30:40 +01:00

32 lines
686 B
Makefile

PORTNAME= automake
PORTVERSION= 1.16.5
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= GNU
MAINTAINER= tijl@FreeBSD.org
COMMENT= GNU Standards-compliant Makefile generator
WWW= https://www.gnu.org/software/automake/
LICENSE= GPLv2+ GFDL
LICENSE_COMB= multi
LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING
LICENSE_FILE_GFDL= ${WRKSRC}/doc/fdl.texi
BUILD_DEPENDS= autoconf>=2.69:devel/autoconf
RUN_DEPENDS= autoconf>=2.69:devel/autoconf
BUILD_VERSION= 1.16
PLIST_SUB= BUILD_VERSION=${BUILD_VERSION}
USES= cpe perl5 tar:xz
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
INFO= automake automake-history
CPE_VENDOR= gnu
NO_ARCH= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>