freebsd-ports/devel/autobook/Makefile
Edwin Groothuis 8f32fd2f94 Upgrade to version 1.4
Thanks to dvl for testing out his search function at Freshports.org :-)
2004-11-18 01:05:19 +00:00

23 lines
511 B
Makefile

# New ports collection makefile for: autobook
# Date created: 13 December 2001
# Whom: Edwin Groothuis (edwin@mavetju.org)
#
# $FreeBSD$
#
PORTNAME= autobook
PORTVERSION= 1.4
CATEGORIES= devel
MASTER_SITES= http://sources.redhat.com/autobook/
MAINTAINER= edwin@mavetju.org
COMMENT= GNU autoconf, automake and libtool - The Book
NO_BUILD= yes # it's only text!
do-install:
${MKDIR} ${PREFIX}/share/doc/autobook
${CP} ${WRKSRC}/* ${PREFIX}/share/doc/autobook
.include <bsd.port.mk>