1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/misc/xgas/Makefile
1999-08-25 07:23:21 +00:00

24 lines
480 B
Makefile

# 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>
#
# $FreeBSD$
#
DISTNAME= xgas
PKGNAME= xgas-1.0
CATEGORIES= misc
MASTER_SITES= ftp://ftp.tut.ac.jp/.h3/X11/X11R6/contrib/programs/
MAINTAINER= nacai@iname.com
USE_IMAKE= yes
MAN1= xgas.1
post-install:
@${CHMOD} 755 ${PREFIX}/bin/xgas
@${CHOWN} bin.bin ${PREFIX}/bin/xgas
.include <bsd.port.mk>