freebsd-ports/games/xpat2/Makefile
Satoshi Asami ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00

27 lines
620 B
Makefile

# New ports collection makefile for: xpat2
# Version required: 1.04
# Date created: 5 March 1997
# Whom: Matthew Hunt <mph@pobox.com>
#
# $Id: Makefile,v 1.4 1998/04/17 23:26:24 mph Exp $
#
DISTNAME= xpat2-1.04
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/solitaires
EXTRACT_SUFX= -src.tar.gz
MAINTAINER= mph@freebsd.org
USE_X_PREFIX= yes
MAN6= xpat2.6
post-install:
touch $(PREFIX)/lib/X11/xpat/xpat.log
chown root.games $(PREFIX)/lib/X11/xpat/xpat.log $(PREFIX)/bin/xpat2
chmod 2555 $(PREFIX)/bin/xpat2
chmod 664 $(PREFIX)/lib/X11/xpat/xpat.log
.include <bsd.port.mk>