blob: 2de98c1d77dfa7f1fd4fa85eb0c338f01b2c4054 (
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
25
26
27
28
29
|
# New ports collection makefile for: grande
# Date created: 20 Feb 2002
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= grande
PORTVERSION= 0.5
CATEGORIES= games
MASTER_SITES= http://www2.mwnet.or.jp/~fc3srx7/download/
DISTNAME= ${PORTNAME}-KXL-${PORTVERSION}
MAINTAINER= nakai@FreeBSD.org
BUILD_DEPENDS= ${X11BASE}/include/KXL.h:${PORTSDIR}/games/kxl
NO_CDROM= Possible copyright infringement
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_AUTOCONF_VER= 252
AUTOCONF= autoconf
AUTOCONF_DIR= ${LOCALBASE}/share/autoconf
pre-install:
${MKDIR} ${PREFIX}/share/${PORTNAME}/score
.include <bsd.port.mk>
|