mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
22 lines
393 B
Makefile
22 lines
393 B
Makefile
# New ports collection makefile for: suck (cnews)
|
|
# Date created: 22 May 2001
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= news
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
|
|
MASTERDIR= ${.CURDIR}/../suck
|
|
|
|
NEWSBIN?= ${PREFIX}/libexec/cnews
|
|
NEWSCTL?= ${PREFIX}/news/lib
|
|
|
|
.if exists(${.CURDIR}/Makefile.local)
|
|
.include "${.CURDIR}/Makefile.local"
|
|
.endif
|
|
|
|
.include "${MASTERDIR}/Makefile"
|