blob: f2a19c93f4e8b253da7d55ff42cf152e24cb4f6f (
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>
#
# $FreeBSD$
#
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>
|