mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
851945b1eb
Feature safe: yes
18 lines
290 B
Makefile
18 lines
290 B
Makefile
# $FreeBSD$
|
|
|
|
CATEGORIES= news
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
|
|
MASTERDIR= ${.CURDIR}/../suck
|
|
|
|
VARBASE?= /var
|
|
NEWSBIN?= ${PREFIX}/libexec/cnews
|
|
NEWSCTL?= ${VARBASE}/lib/news
|
|
|
|
.if exists(${.CURDIR}/Makefile.local)
|
|
.include "${.CURDIR}/Makefile.local"
|
|
.endif
|
|
|
|
.include "${MASTERDIR}/Makefile"
|