openbsd-ports/devel/automake/Makefile

16 lines
316 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.9 1999/12/12 20:43:51 brad Exp $
1997-12-01 17:58:50 -05:00
1999-03-02 18:34:15 -05:00
DISTNAME= automake-1.4
1997-12-01 17:58:50 -05:00
CATEGORIES= devel
1998-10-08 14:22:13 -04:00
MASTER_SITES= ${MASTER_SITE_GNU}
1999-03-06 19:14:40 -05:00
MASTER_SITE_SUBDIR= automake
1998-10-08 14:22:13 -04:00
1998-11-19 02:33:12 -05:00
MAINTAINER= jasoni@openbsd.org
1997-12-01 17:58:50 -05:00
GNU_CONFIGURE= yes
1998-11-19 02:33:12 -05:00
post-install:
@install-info ${PREFIX}/info/automake.info ${PREFIX}/info/dir
1997-12-01 17:58:50 -05:00
.include <bsd.port.mk>