freebsd-ports/x11/bgrot/Makefile
Ying-Chieh Liao 57da95e32a Add logic to delete .conf file if not modified
PR:		27551
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2001-05-29 13:30:07 +00:00

27 lines
539 B
Makefile

# New ports collection makefile for: bgrot
# Date created: 12 January 1999
# Whom: Matthew Fuller <fullermd@futuresouth.com>
#
# $FreeBSD$
#
PORTNAME= bgrot
PORTVERSION= 1.30
CATEGORIES= x11
MASTER_SITES= http://www.over-yonder.net/~fullermd/projects/bgrot/ \
http://www.futuresouth.com/~fullermd/bgrot/
MAINTAINER= fullermd@over-yonder.net
RUN_DEPENDS= xv:${PORTSDIR}/graphics/xv
USE_PERL5= yes
MAN1= bgrot.1
MANCOMPRESSED= yes
post-install:
@${INSTALL_DATA} ${WRKSRC}/bgrot.conf.skel ${PREFIX}/etc
.include <bsd.port.mk>