1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/x11-toolkits/xview/Makefile
Satoshi Asami cdc7a3c58b Makefile cleanup. Plus:
xview-clients/Makefile: replace NO_EXTRACT with an empty do-extract:
    target, otherwise DEPENDS won't work

xview-lib/Makefile: add comment explaining above, use full pathname
    for ldconfig

xview-config/Makefile: use MASTER_SITE_XCONTRIB
1996-11-16 10:49:57 +00:00

24 lines
506 B
Makefile

# New ports collection makefile for: xview-config
# Version required: 3.2p1-X11R6
# Date created: 22 November 1994
# Whom: ljo
#
# $Id: Makefile,v 1.6 1995/04/25 04:48:02 asami Exp $
#
DISTNAME= xview-config-3.2.1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= libraries
DISTFILES= xview3.2p1-X11R6.tar.gz
WRKSRC= ${WRKDIR}/xview3.2p1-X11R6/config
USE_IMAKE= yes
post-extract:
@chmod -R go+rX ${WRKDIR}
do-build:
.include <bsd.port.mk>