summaryrefslogtreecommitdiff
path: root/palm/romeo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'palm/romeo/Makefile')
-rw-r--r--palm/romeo/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/palm/romeo/Makefile b/palm/romeo/Makefile
new file mode 100644
index 000000000000..8fb5ef8d1e71
--- /dev/null
+++ b/palm/romeo/Makefile
@@ -0,0 +1,23 @@
+# 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>