blob: aeb44e940e6aa270b65015f3c5392253b541d681 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: xmbase-grok
# Version required: 1.4.1
# Date created: Sat Aug 30 13:29:42 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.6 1998/09/17 00:32:28 asami Exp $
#
DISTNAME= xmbase-grok-1.4.1
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_XCONTRIB} \
ftp://ftp.fu-berlin.de/pub/unix/databases/xmbase-grok/
MASTER_SITE_SUBDIR= applications
MAINTAINER= andreas@FreeBSD.ORG
REQUIRES_MOTIF= yes
USE_IMAKE= yes
.include <bsd.port.mk>
|