10236b680a
Approved by: portmgr (blanket)
18 lines
380 B
Makefile
18 lines
380 B
Makefile
PORTNAME= quoted
|
|
PORTVERSION= 1.01
|
|
PORTREVISION= 4
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.mrp3.com/webutil/
|
|
|
|
MAINTAINER= bobf@mrp3.com
|
|
COMMENT= Easily configured QOTD daemon with over 130 good quality quotes
|
|
WWW= https://www.mrp3.com/webutil/quoted.html
|
|
|
|
USES= gmake
|
|
USE_RC_SUBR= ${PORTNAME}
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
|
|
.include <bsd.port.mk>
|