mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1b21980287
work with both XFree86-3 and XFree86-4.
27 lines
552 B
Makefile
27 lines
552 B
Makefile
# New ports collection makefile for: xfrisk
|
|
# Date created: 20 April 1997
|
|
# Whom: Matthew Hunt <mph@pobox.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xfrisk
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://cvs.morphy.iki.fi/xfrisk/
|
|
DISTNAME= XFrisk-${PORTVERSION}
|
|
|
|
MAINTAINER= mph@freebsd.org
|
|
|
|
LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
|
|
|
|
NO_CDROM= Possible trademark infringement
|
|
|
|
USE_X_PREFIX= yes
|
|
NO_INSTALL_MANPAGES= yes
|
|
WRKSRC= ${WRKDIR}/XFrisk
|
|
USE_GMAKE= yes
|
|
MAKE_ENV+= XDIR=${X11BASE}
|
|
|
|
.include <bsd.port.mk>
|