diff options
Diffstat (limited to 'chat/goofey/Makefile')
-rw-r--r-- | chat/goofey/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/chat/goofey/Makefile b/chat/goofey/Makefile new file mode 100644 index 00000000000..a5f02a11874 --- /dev/null +++ b/chat/goofey/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/20 04:41:09 grant Exp $ +# + +DISTNAME= goofey-3.15 +CATEGORIES= chat +MASTER_SITES= http://redback.spyda.net/~grant/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= grant@netbsd.org +HOMEPAGE= http://www.csse.monash.edu.au/~tym/goofey.html +COMMENT= text-based client for goofey, a flexible short message system + +NO_CONFIGURE= # defined + +do-build: + cd ${WRKSRC}; ${CC} ${CFLAGS} ${LDFLAGS} -o goofey goofey.c + +do-install: + ${INSTALL} ${WRKSRC}/goofey ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/goofey.1 ${PREFIX}/man/man1 + +.include "../../mk/bsd.pkg.mk" + |