2001-03-08 14:13:02 -05:00
|
|
|
# New ports collection makefile for: alephone
|
2001-03-01 13:01:25 -05:00
|
|
|
# Date created: 27 February 2001
|
|
|
|
# Whom: Michael Alyn Miller <malyn@strangeGizmo.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2001-03-08 14:13:02 -05:00
|
|
|
PORTNAME= alephone
|
2001-03-01 13:01:25 -05:00
|
|
|
PORTVERSION= 0.11.1
|
2001-03-08 14:13:02 -05:00
|
|
|
PORTREVISION= 1
|
2001-03-01 13:01:25 -05:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= marathon
|
2001-03-08 14:13:02 -05:00
|
|
|
DISTNAME= AlephOne-${PORTVERSION}
|
2001-03-01 13:01:25 -05:00
|
|
|
|
|
|
|
MAINTAINER= malyn@strangeGizmo.com
|
|
|
|
|
|
|
|
LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl-devel:install
|
|
|
|
|
|
|
|
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|