Move WRKSRC down to "misc. bsd.port.mk variables" section. Also delete

USE_X11, USE_IMAKE implies it.
This commit is contained in:
Satoshi Asami 1997-09-09 00:39:46 +00:00
parent d4444ee8f3
commit d97ac3a29f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7819

View File

@ -3,7 +3,7 @@
# Date created: Sat Aug 30 13:29:42 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id$
# $Id: Makefile,v 1.1.1.1 1997/08/30 13:25:04 andreas Exp $
#
DISTNAME= xmbase-grok-1.3.2.sbin
@ -11,14 +11,13 @@ PKGNAME= xmbase-grok-1.3.2
CATEGORIES= databases x11
MASTER_SITES=\
ftp://ftp.leo.org/pub/comp/os/linux/sunsite/X11/xapps/databases/
WRKSRC= ${WRKDIR}/${PKGNAME}
MAINTAINER= andreas@FreeBSD.ORG
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
WRKSRC= ${WRKDIR}/${PKGNAME}
REQUIRES_MOTIF= yes
USE_IMAKE= yes
USE_X11= yes
.include <bsd.port.mk>