mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
f85956c3f5
- Update to 1.01 PR: 191492 Submitted by: Bob Frazier <bobf@mrp3.com> (maintainer)
19 lines
333 B
Makefile
19 lines
333 B
Makefile
# Created by: Bob Frazier
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= quoted
|
|
PORTVERSION= 1.01
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.mrp3.com/webutil/
|
|
|
|
MAINTAINER= bobf@mrp3.com
|
|
COMMENT= Easily configured QOTD daemon with over 130 good quality quotes
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake
|
|
|
|
USE_RC_SUBR= ${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|