aboutsummaryrefslogtreecommitdiffstats
path: root/misc/pg/Makefile
blob: 9ce1b27a002ff7b2a687abfab0e8aa82f2825b3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:   pg
# Date created:        3 January 2001
# Whom:                George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#

PORTNAME=   pg
PORTVERSION=    010103
CATEGORIES= misc
MASTER_SITES=   # none

MAINTAINER= ports@FreeBSD.org
COMMENT=    An implementation of System V's pg pager

MAKEFILE=   makefile

MAN1=       pg.1
PLIST_FILES=    bin/pg

.include <bsd.port.mk>