mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
d5bd88729e
the patches applied without hitch so I assume they should work. (ljo's too busy to take a look now, so I went ahead and fixed them....)
24 lines
510 B
Makefile
24 lines
510 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.5 1995/04/12 15:22:43 asami Exp $
|
|
#
|
|
|
|
DISTNAME= xview-config
|
|
PKGNAME= xview-config-3.2.1
|
|
CATEGORIES+= x11
|
|
MASTER_SITES= ftp://ftp.x.org/contrib/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>
|