aboutsummaryrefslogtreecommitdiffstats
path: root/palm/romeo/Makefile
blob: f8e12b579dca06c5790fff81ad8b922e99510e73 (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
31
32
# ex:ts=8
# New ports collection makefile for:    romeo
# Date created:         Mar 25, 2001
# Whom:             Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   romeo
PORTVERSION=    0.5.0
PORTREVISION=   1
CATEGORIES= palm
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX=   .tgz

MAINTAINER= ijliao@FreeBSD.org
COMMENT=    The Palm ROM Discombobulator

PLIST_FILES=    bin/romeo
USE_GMAKE=  yes

.include <bsd.port.pre.mk>

.if ${ARCH} == "alpha"
BROKEN=     "Does not compile on alpha"
.endif

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/romeo ${PREFIX}/bin

.include <bsd.port.post.mk>