blob: 068483fc38097b4c29ff8c85e195d0765c2fe8d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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>
|