mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
25 lines
476 B
Makefile
25 lines
476 B
Makefile
# 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>
|