mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
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"
|