aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/synaesthesia/Makefile
blob: 3593e6564626a3ddcb97ebb3ff98338a064cbf3d (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
30
# New ports collection makefile for:    synaesthesia
# Date created:             25 May 2001
# Whom:                 petef@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   synaesthesia
PORTVERSION=    2.1
CATEGORIES= graphics
MASTER_SITES=   http://yoyo.cc.monash.edu.au/~pfh/

MAINTAINER= petef@FreeBSD.org

LIB_DEPENDS=    SDL-1.0.2:${PORTSDIR}/devel/sdl10

USE_GMAKE=  Yes
USE_X_PREFIX=   Yes

GNU_CONFIGURE=  Yes
CONFIGURE_ARGS= --with-sdl-prefix=${LOCALBASE}

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/synaesthesia ${PREFIX}/bin
.if !defined(NOPORTDOCS)
    @${MKDIR} ${PREFIX}/share/doc/synaesthesia
    ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/synaesthesia
.endif

.include <bsd.port.mk>