diff options
author | asami <asami@FreeBSD.org> | 1995-04-11 10:32:01 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-11 10:32:01 +0800 |
commit | 9dfa9d959d9867b4a002d940db7dcc191ed2ffcf (patch) | |
tree | fa8873e12333075d14475d56796ec8f734d97961 /comms/seyon | |
parent | 6668ebfd146a4a968a9aad2739ff0e22f056e12e (diff) | |
download | freebsd-ports-gnome-9dfa9d959d9867b4a002d940db7dcc191ed2ffcf.tar.gz freebsd-ports-gnome-9dfa9d959d9867b4a002d940db7dcc191ed2ffcf.tar.zst freebsd-ports-gnome-9dfa9d959d9867b4a002d940db7dcc191ed2ffcf.zip |
New Makefile structure and package name.
Submitted by: me
Diffstat (limited to 'comms/seyon')
-rw-r--r-- | comms/seyon/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/comms/seyon/Makefile b/comms/seyon/Makefile index 1b40219cd14e..b9ff5f020d62 100644 --- a/comms/seyon/Makefile +++ b/comms/seyon/Makefile @@ -3,15 +3,18 @@ # Date created: 3 October 1994 # Whom: Michael Elbel (me) # -# $$ +# $Id$ # DISTNAME= Seyon-2.14b -DISTFILES= Seyon-2.14b-tar.Z -WRKSRC= ${WRKDIR}/seyon -USE_IMAKE= yes +PKGNAME= seyon-2.14b +CATEGORIES+= comms x11 MASTER_SITES= ftp://sipb.mit.edu/pub/seyon/ -CATEGORIES+= comms +DISTFILES= Seyon-2.14b-tar.Z + MAINTAINER= me@FreeBSD.org +USE_IMAKE= yes +WRKSRC= ${WRKDIR}/seyon + .include <bsd.port.mk> |