mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
03d5b496f6
ELF conversion.
24 lines
562 B
Makefile
24 lines
562 B
Makefile
# 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.4 1998/07/27 23:24:07 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.5:${PORTSDIR}/graphics/xpm
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
|
REQUIRES_MOTIF= yes
|
|
USE_IMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|