freebsd-ports/devel/autobook/Makefile
Dmitry Sivachenko adee57b225 New port: the book "GNU automake, autoconf and libtool".
PR:		32928
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2001-12-18 13:45:04 +00:00

21 lines
456 B
Makefile

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