diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-05-24 19:07:13 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-05-24 19:07:13 +0800 |
commit | 0127edb805cf541c2bcac36f5f32162530c4f618 (patch) | |
tree | d9c37e62934f5f2545212ad44fc99c2d2d5f679c /news | |
parent | b784e1ff9bdee9ab037ee2559fc56461143f216f (diff) | |
download | freebsd-ports-gnome-0127edb805cf541c2bcac36f5f32162530c4f618.tar.gz freebsd-ports-gnome-0127edb805cf541c2bcac36f5f32162530c4f618.tar.zst freebsd-ports-gnome-0127edb805cf541c2bcac36f5f32162530c4f618.zip |
- New Port to build a package linked with cnews
- Suck is used as master-port
Diffstat (limited to 'news')
-rw-r--r-- | news/Makefile | 1 | ||||
-rw-r--r-- | news/suck-cnews/Makefile | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/news/Makefile b/news/Makefile index ec4da446124e..2cdca185f57c 100644 --- a/news/Makefile +++ b/news/Makefile @@ -43,6 +43,7 @@ SUBDIR += slrn SUBDIR += slurp SUBDIR += suck + SUBDIR += suck-cnews SUBDIR += t-gnus-emacs20 SUBDIR += t-gnus-mule SUBDIR += t-gnus-xemacs21-mule diff --git a/news/suck-cnews/Makefile b/news/suck-cnews/Makefile new file mode 100644 index 000000000000..a5733619604d --- /dev/null +++ b/news/suck-cnews/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: suck (cnews) +# Date created: 22 May 2001 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../suck + +NEWSBIN?= ${PREFIX}/news/cnewsbin +NEWSCTL?= ${PREFIX}/news/lib + +.include "${MASTERDIR}/Makefile" |