diff options
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> |