openbsd-ports/misc/xgas/Makefile

27 lines
571 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-03-22 16:36:08 -05:00
# $OpenBSD: Makefile,v 1.4 2000/03/22 21:36:10 turan 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
1998-05-20 03:51:13 -04:00
USE_IMAKE= yes
post-install:
@chmod 755 ${PREFIX}/bin/xgas
@chown bin.bin ${PREFIX}/bin/xgas
.include <bsd.port.mk>