2001-01-04 11:58:56 +01:00
|
|
|
# New ports collection makefile for: pg
|
|
|
|
# Date created: 3 January 2001
|
|
|
|
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
PORTNAME= pg
|
|
|
|
PORTVERSION= 010103
|
|
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/
|
2001-01-04 11:58:56 +01:00
|
|
|
|
2003-11-03 08:28:44 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= An implementation of System V's pg pager
|
2001-01-04 11:58:56 +01:00
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
MAKEFILE= makefile
|
2001-01-04 11:58:56 +01:00
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
MAN1= pg.1
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/pg
|
2001-01-04 11:58:56 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|