22 lines
472 B
Makefile
22 lines
472 B
Makefile
# OpenBSD makefile for: xgas
|
|
# Date created: May 20 1998
|
|
# Whom: Angelos D. Keromytis
|
|
#
|
|
# $OpenBSD: Makefile,v 1.1.1.1 1998/05/20 07:51:13 angelos Exp $
|
|
#
|
|
|
|
DISTNAME= xgas
|
|
PKGNAME= xgas-1.0
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://ftp.tut.ac.jp/.h3/X11/X11R6/contrib/programs/
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
USE_IMAKE= yes
|
|
|
|
post-install:
|
|
@chmod 755 ${PREFIX}/bin/xgas
|
|
@chown bin.bin ${PREFIX}/bin/xgas
|
|
|
|
.include <bsd.port.mk>
|