mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
b4d2ac42d7
- Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org>
25 lines
509 B
Makefile
25 lines
509 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.7.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-im
|
|
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
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= ginsu.1
|
|
|
|
.include <bsd.port.mk>
|