mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
086b6c38de
* Switch to use @rmtry in pkg-plist * Pet portclippy PR: 259015 Approved by: maintainer, ygy (mentor) Differential Revision: https://reviews.freebsd.org/D32541
18 lines
320 B
Makefile
18 lines
320 B
Makefile
# Created by: Bob Frazier
|
|
|
|
PORTNAME= quoted
|
|
PORTVERSION= 1.01
|
|
PORTREVISION= 3
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.mrp3.com/webutil/
|
|
|
|
MAINTAINER= bobf@mrp3.com
|
|
COMMENT= Easily configured QOTD daemon with over 130 good quality quotes
|
|
|
|
USES= gmake
|
|
USE_RC_SUBR= ${PORTNAME}
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|