freebsd-ports/palm/romeo/Makefile

24 lines
428 B
Makefile
Raw Normal View History

2001-03-25 15:38:32 +02:00
# 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
CATEGORIES= palm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= ijliao@FreeBSD.org
USE_GMAKE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/romeo ${PREFIX}/bin
.include <bsd.port.mk>