diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 02:32:01 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 02:32:01 +0000 |
commit | 8d46a9d109479d589330148fe3a833dd293ce897 (patch) | |
tree | 17bb89dbb05cd90fe9fd7fd1c17c271b6d2c3d2c /comms/seyon | |
parent | bb0452e715a44a42ccf7bac7100dd90e39d901ba (diff) | |
download | ports-8d46a9d109479d589330148fe3a833dd293ce897.tar.gz ports-8d46a9d109479d589330148fe3a833dd293ce897.zip |
Notes
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> |