mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
23 lines
441 B
Makefile
23 lines
441 B
Makefile
# New ports collection makefile for: Xaw3d
|
|
# Version required: 1.3
|
|
# Date created: 18 November 1994
|
|
# Whom: asami
|
|
#
|
|
# $Id: Makefile,v 1.11 1996/10/16 09:11:58 asami Exp $
|
|
#
|
|
|
|
DISTNAME= Xaw3d-1.3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= widgets/Xaw3d/R6.1
|
|
|
|
MAINTAINER= asami@FreeBSD.ORG
|
|
|
|
WRKSRC= ${WRKDIR}/xc/lib/Xaw3d
|
|
USE_IMAKE= yes
|
|
|
|
post-install:
|
|
/sbin/ldconfig -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|