freebsd-ports/net/quoted/Makefile
Philip M. Gollucci 51759b4ef5 - USE_RC_SUBR != yes
PR:             ports/136846
Approved by:    maintainer
Submitted by:   myself (pgollucci@)
2009-07-22 17:27:20 +00:00

24 lines
466 B
Makefile

# New ports collection makefile for: quoted
# Date created: 1 December 2004
# Whom: Bob Frazier
#
# $FreeBSD$
#
PORTNAME= quoted
PORTVERSION= 1.0
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
MAN1= quoted.1
MANCOMPRESSED= no
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_RC_SUBR= ${PORTNAME}
.include <bsd.port.mk>