1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/net/quoted/Makefile
Mathieu Arnold f93e7c0f39 Do not force stop services when a package is deinstalled.
Starting or stopping services is the role of pkg(8).

Sponsored by:	Absolight
2018-06-27 13:55:56 +00:00

19 lines
333 B
Makefile

# Created by: Bob Frazier
# $FreeBSD$
PORTNAME= quoted
PORTVERSION= 1.01
PORTREVISION= 2
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>