aboutsummaryrefslogtreecommitdiffstats
path: root/misc/xgas/Makefile
blob: aa6db91abc63ab7c8de389470f00788f98098f2e (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
24
# New ports collection makefile for:    xgas
# Date created:         20 Oct 1996
# Whom:                 Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#

PORTNAME=   xgas
PORTVERSION=    1.0
CATEGORIES= misc
MASTER_SITES=   ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= X11/demos
DISTNAME=   ${PORTNAME}

MAINTAINER= nakai@FreeBSD.org

USE_IMAKE=  yes
MAN1=       xgas.1

post-install:
    @${CHMOD} 755 ${PREFIX}/bin/xgas
    @${CHOWN} bin.bin ${PREFIX}/bin/xgas

.include <bsd.port.mk>