openbsd-ports/misc/xgas/Makefile
kevlo 8968a96371 - Change MASTER_STIES to MASTER_SITE_SUNSITE
- Add @comment to packing list
2000-12-28 03:31:20 +00:00

29 lines
590 B
Makefile

# OpenBSD makefile for: xgas
# Date created: May 20 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.9 2000/12/28 03:31:20 kevlo Exp $
#
DISTNAME= xgas
PKGNAME= xgas-1.0
CATEGORIES= misc
NEED_VERSION= 1.305
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= X11/demos
MAINTAINER= ports@openbsd.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE=imake
post-install:
@chmod 755 ${PREFIX}/bin/xgas
@chown bin.bin ${PREFIX}/bin/xgas
.include <bsd.port.mk>