forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
18 lines
333 B
Makefile
18 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>
|