mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
d13fddfbc9
Compiles on both 4.x and 5.x. PR: ports/46005 Submitted by: Jason Stone <jason-fbsd-ports-ginsu@shalott.net> Reviewed by: edwin (implicitly)
23 lines
475 B
Makefile
23 lines
475 B
Makefile
# New ports collection makefile for: ginsu
|
|
# Date created: 04 December 2002
|
|
# Whom: Jason Stone <jason-fbsd-ports-ginsu@shalott.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ginsu
|
|
PORTVERSION= 0.4.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://repetae.net/john/computer/ginsu/drop/
|
|
|
|
MAINTAINER= jason-fbsd-ports-ginsu@shalott.net
|
|
COMMENT= A client for the gale secure instant messaging system
|
|
|
|
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= ginsu.1
|
|
|
|
.include <bsd.port.mk>
|