1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/misc/display/Makefile
Satoshi Asami ae9aa661c5 Portlint.
1997-11-25 08:19:54 +00:00

33 lines
749 B
Makefile

# New ports collection makefile for: display
# Version required: 1.0
# Date created: 25 August 1997
# Whom: Stephen J. Roznowski <sjr@home.net>
#
# $Id: Makefile,v 1.1.1.1 1997/11/24 00:26:01 fenner Exp $
#
DISTNAME= display
PKGNAME= display-1.0
CATEGORIES= misc
MASTER_SITES= ftp://ftp.uu.net/usenet/comp.sources.unix/volume8/
EXTRACT_SUFX=
PATCH_SITES= ${MASTER_SITES}
PATCHFILES= display.pch.Z
MAINTAINER= ports@FreeBSD.ORG
BUILD_DEPENDS= gunshar:${PORTSDIR}/archivers/gshar+gunshar
NO_WRKSUBDIR= yes
EXTRACT_CMD= gunshar
EXTRACT_BEFORE_ARGS=
MAN1= display.1
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/display ${PREFIX}/bin/display
@${INSTALL_MAN} ${WRKSRC}/display.man ${PREFIX}/man/man1/display.1
.include <bsd.port.mk>