27 lines
571 B
Makefile
Raw Normal View History

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