mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
72734182c1
have time to properly maintain. This will cause the position to revert to ports.
21 lines
453 B
Makefile
21 lines
453 B
Makefile
# New ports collection makefile for: FWF Widgets
|
|
# Version required: 3.8
|
|
# Date created: 14 July 1995
|
|
# Whom: jkh
|
|
#
|
|
# $Id: Makefile,v 1.8 1996/11/18 11:42:32 asami Exp $
|
|
#
|
|
|
|
DISTNAME= fwf-3.8
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://ftp.let.rug.nl/pub/FWF/
|
|
|
|
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
|
|
|
USE_IMAKE= yes
|
|
WRKSRC= ${WRKDIR}/FWF
|
|
PATCH_STRIP= -p1
|
|
XMKMF= env X11BASE=${X11BASE} WRKSRC=${WRKSRC} sh ${FILESDIR}/xmkmf
|
|
|
|
.include <bsd.port.mk>
|