mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
24 lines
472 B
Makefile
24 lines
472 B
Makefile
# New ports collection makefile for: XBlood
|
|
# Date created: 27 Jun 1999
|
|
# Whom: Sakai Hiroaki <sakai@miya.ee.kagu.sut.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xblood
|
|
PORTVERSION= 2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://hp.vector.co.jp/authors/VA014157/myfreesoft/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Makes the root window bloody
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
MAN1= xblood.1
|
|
MANCOMPRESSED= yes
|
|
PLIST_FILES= bin/xblood
|
|
|
|
.include <bsd.port.mk>
|