1997-11-18 20:07:49 -05:00
|
|
|
# OpenBSD makefile for: es
|
1997-11-17 20:20:00 -05:00
|
|
|
# Version required: 0.9a1
|
1997-11-17 21:15:38 -05:00
|
|
|
# Date created: 17 November 1997
|
|
|
|
# Whom: gene
|
1997-11-17 20:20:00 -05:00
|
|
|
#
|
2000-02-22 15:17:31 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2000/02/22 20:17:31 turan Exp $
|
1997-11-17 20:20:00 -05:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= es-0.9-alpha1
|
|
|
|
PKGNAME= es-0.9a1
|
|
|
|
CATEGORIES= shells
|
|
|
|
MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/es/
|
|
|
|
|
2000-02-22 15:17:31 -05:00
|
|
|
MAINTAINER= ports@openbsd.org
|
1997-11-17 20:20:00 -05:00
|
|
|
|
2000-02-12 03:58:16 -05:00
|
|
|
LICENSE_TYPE= PD
|
2000-02-15 00:03:51 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= YES
|
|
|
|
PERMIT_PACKAGE_FTP= YES
|
|
|
|
PERMIT_DISTFILES_CDROM= YES
|
|
|
|
PERMIT_DISTFILES_FTP= YES
|
2000-02-12 03:58:16 -05:00
|
|
|
|
1997-12-12 20:03:08 -05:00
|
|
|
post-install:
|
2000-02-10 20:09:59 -05:00
|
|
|
@echo
|
|
|
|
@echo "Finished installing $(DISTNAME)"
|
|
|
|
@echo "To complete the install, you should notify the system"
|
|
|
|
@echo "that $(PREFIX)/bin/es is a valid shell by adding it to"
|
|
|
|
@echo "/etc/shells."
|
|
|
|
@echo "If you are unfamiliar with this file, consult the shells(5)"
|
|
|
|
@echo "manual page."
|
1997-12-12 20:03:08 -05:00
|
|
|
|
1997-11-17 20:20:00 -05:00
|
|
|
.include <bsd.port.mk>
|