1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/x11-toolkits/Xaw3d/Makefile
Satoshi Asami 8f3b1c8030 Upgrade, 1.0 -> 1.1.
% patch-ab is not necessary anymore because the bug is now fixed in
. the original source.

% post-configure (which was doing "make includes") is not necessary
. because xmkmf is now called with "-a".  (Yeah, should have redefined
. XMKMF in Makefile in the first place....)
1995-04-04 09:25:26 +00:00

17 lines
377 B
Makefile

# New ports collection makefile for: Xaw3d
# Version required: 1.1
# Date created: 18 November 1994
# Whom: asami
#
# $Id: Makefile,v 1.0 1994/11/18 00:00:00 asami Exp $
#
DISTNAME= Xaw3d-1.1
USE_IMAKE= yes
MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/widgets/Xaw3d/R6/
CATEGORIES+= x11
MAINTAINER= asami@FreeBSD.ORG
WRKSRC= ${WRKDIR}/lib/Xaw3d
.include <bsd.port.mk>