1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/misc/xgas/Makefile

25 lines
483 B
Makefile
Raw Normal View History

# New ports collection makefile for: xgas
# Version required: 1.0
# Date created: 20 Oct 1996
# Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
#
1999-08-25 07:23:21 +00:00
# $FreeBSD$
#
DISTNAME= xgas
PKGNAME= xgas-1.0
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= X11/demos
MAINTAINER= nakai@FreeBSD.org
USE_IMAKE= yes
MAN1= xgas.1
post-install:
1999-08-22 19:01:07 +00:00
@${CHMOD} 755 ${PREFIX}/bin/xgas
@${CHOWN} bin.bin ${PREFIX}/bin/xgas
.include <bsd.port.mk>