mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
27 lines
511 B
Makefile
27 lines
511 B
Makefile
# New ports collection makefile for: hello
|
|
# Date created: Fri Jul 23, 1999
|
|
# Whom: shipley@dis.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hello
|
|
PORTVERSION= 1.3.1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= hello
|
|
DISTNAME= hello-1.3
|
|
|
|
MAINTAINER= shipley@dis.org
|
|
|
|
WRKSRC= ${WRKDIR}/hello-1.3
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
post-install:
|
|
@install-info --dir-file=${PREFIX}/info/dir \
|
|
--entry="* Hello: (hello). Hello Reference Manual." \
|
|
${PREFIX}/info/hello.info
|
|
|
|
.include <bsd.port.mk>
|