pkgsrc/chat/goofey/Makefile
2002-07-11 16:29:02 +00:00

29 lines
660 B
Makefile

# $NetBSD: Makefile,v 1.2 2002/07/11 16:29:02 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
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
LDFLAGS+= -lnsl -lsocket
.endif
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"