1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/devel/libbegemot/Makefile
Ade Lovett 54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00

39 lines
1009 B
Makefile

# New ports collection makefile for: libbegemot
# Date created: Sep 15 2005
# Whom: Andrey V. Elsukov <bu7cher@yandex.ru>
#
# $FreeBSD$
#
PORTNAME= libbegemot
PORTVERSION= 1.11
CATEGORIES= devel
MASTER_SITES= http://people.freebsd.org/~harti/libbegemot/
DISTNAME= libbegemot-${PORTVERSION}
MAINTAINER= bu7cher@yandex.ru
COMMENT= A function library for begemot tools
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_AUTOTOOLS= automake:19:env autoconf:259:env libltdl:15 libtool:15:env
INSTALLS_SHLIB= yes
MAN1= cstrc.1 frame.1 getfields.1 intro.1 panic.1 prstat.1 readline.1 \
rpoll.1 strnchr.1 strnlen.1 strsave.1 strtrimsp.1 verb.1 xalloc.1
MLINKS= xalloc.1 xrealloc.1
run-autotools:
@(cd ${CONFIGURE_WRKSRC} && ${PREFIX}/bin/aclocal19 \
-I ${PREFIX}/share/libtool15/libltdl/ )
@(cd ${CONFIGURE_WRKSRC} && ${PREFIX}/bin/autoconf259 )
post-install:
.for i in ${MAN1}
@${CP} ${WRKSRC}/${i:S/.1/.man/} ${WRKSRC}/${i}
${INSTALL_MAN} ${WRKSRC}/${i} ${MANPREFIX}/man/man1
.endfor
.include <bsd.port.mk>