blob: 8dd1519325e766e17cfd1c4059c123dc0f14210c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: xmbase-grok
# Version required: 1.3.2
# Date created: Sat Aug 30 13:29:42 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.5 1998/09/15 11:12:58 asami Exp $
#
DISTNAME= xmbase-grok-1.3.2.sbin
PKGNAME= xmbase-grok-1.3.2
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/database/flatfile
MAINTAINER= andreas@FreeBSD.ORG
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
WRKSRC= ${WRKDIR}/${PKGNAME}
REQUIRES_MOTIF= yes
USE_IMAKE= yes
.include <bsd.port.mk>
|