- add HOMEPAGE

- remove FAKE=Yes
- remove useless post-install target
- GNU_CONFIGURE -> CONFIGURE_STYLE
- add @comment with RCS id to PLIST
This commit is contained in:
brad 2000-06-25 07:31:11 +00:00
parent 190c7d6e27
commit c5b8d02abf
3 changed files with 8 additions and 6 deletions

View File

@ -1,21 +1,20 @@
# $OpenBSD: Makefile,v 1.12 2000/03/18 06:14:47 todd Exp $
# $OpenBSD: Makefile,v 1.13 2000/06/25 07:31:11 brad Exp $
DISTNAME= automake-1.4
CATEGORIES= devel
NEED_VERSION= 1.301
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= automake
HOMEPAGE= http://www.gnu.org/software/automake/
MAINTAINER= jasoni@openbsd.org
FAKE=Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
GNU_CONFIGURE= Yes
post-install:
@install-info ${PREFIX}/info/automake.info ${PREFIX}/info/dir
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>

View File

@ -4,3 +4,5 @@ conform to the GNU standards for Makefile variables and targets.
Automake assumes the project uses autoconf. If you want automatic
dependency tracking support, the use of GNU make is also required.
WWW: ${HOMEPAGE}

View File

@ -1,3 +1,4 @@
@comment $OpenBSD: PLIST,v 1.8 2000/06/25 07:31:11 brad Exp $
bin/automake
bin/aclocal
@unexec install-info --delete %D/info/automake.info %D/info/dir