mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
c97f2b04f4
for stuff like this. Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
23 lines
484 B
Makefile
23 lines
484 B
Makefile
#New ports collection makefile for: xgas
|
|
# Version required:
|
|
# Date created: 20 Oct 1996
|
|
# Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= xgas
|
|
PKGNAME= xgas-1.0
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://ftp.tut.ac.jp/.h3/X11/X11R6/contrib/programs/
|
|
|
|
MAINTAINER= nakai@mlab.t.u-tokyo.ac.jp
|
|
|
|
USE_IMAKE= yes
|
|
|
|
post-install:
|
|
@chmod 755 ${PREFIX}/bin/xgas
|
|
@chown bin.bin ${PREFIX}/bin/xgas
|
|
|
|
.include <bsd.port.mk>
|