blob: 6c1c432da3d54dd5ec7a3a63e0cb274eee13ea3c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: bgrot
# Version required: 1.10
# Date created: 12 January 1999
# Whom: Matthew Fuller <fullermd@futuresouth.com>
#
# $Id: Makefile,v 1.1.1.1 1999/01/18 04:46:23 steve Exp $
#
DISTNAME= bgrot-1.20
CATEGORIES= x11
MASTER_SITES= http://www.futuresouth.com/~fullermd/bgrot/ \
http://www.over-yonder.net/~fullermd/bgrot/
MAINTAINER= fullermd@futuresouth.com
RUN_DEPENDS= xv:${PORTSDIR}/graphics/xv
USE_PERL5= yes
MAN1= bgrot.1
MANCOMPRESSED= yes
.include <bsd.port.mk>
|