freebsd-ports/misc/hello/Makefile
Steve Price 43bf436784 Honor CFLAGS and get the install-info incantation correct in both the
package and the Makefile.

Noticed by:	asami
1999-12-30 04:04:11 +00:00

27 lines
523 B
Makefile

# New ports collection makefile for: hello
# Version required: 1.3
# Date created: Fri Jul 23, 1999
# Whom: shipley@dis.org
#
# $FreeBSD$
#
DISTNAME= hello-1.3
PKGNAME= hello-1.3.1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= hello
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>