openbsd-ports/misc/xgas/Makefile

28 lines
582 B
Makefile
Raw Normal View History

1998-05-20 03:51:13 -04:00
# OpenBSD makefile for: xgas
# Date created: May 20 1998
# Whom: Angelos D. Keromytis
#
2000-04-04 11:15:58 -04:00
# $OpenBSD: Makefile,v 1.5 2000/04/04 15:15:58 kevlo Exp $
1998-05-20 03:51:13 -04:00
#
DISTNAME= xgas
PKGNAME= xgas-1.0
CATEGORIES= misc
MASTER_SITES= ftp://ftp.tut.ac.jp/.h3/X11/X11R6/contrib/programs/
MAINTAINER= angelos@openbsd.org
2000-03-22 16:36:08 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-04-04 11:15:58 -04:00
FAKE= Yes
USE_IMAKE= Yes
1998-05-20 03:51:13 -04:00
post-install:
@chmod 755 ${PREFIX}/bin/xgas
@chown bin.bin ${PREFIX}/bin/xgas
.include <bsd.port.mk>