diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-25 13:38:32 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-25 13:38:32 +0000 |
commit | 2ed06f6cc88f0288342bc67f4ae5bfb63d74eee9 (patch) | |
tree | 171fc4ff7d56dd587118a2c6f318f9e2c89b11c2 /palm/romeo/Makefile | |
parent | b852e5e08ec179bc3d653f96e50495e938792658 (diff) | |
download | ports-2ed06f6cc88f0288342bc67f4ae5bfb63d74eee9.tar.gz ports-2ed06f6cc88f0288342bc67f4ae5bfb63d74eee9.zip |
Notes
Diffstat (limited to 'palm/romeo/Makefile')
-rw-r--r-- | palm/romeo/Makefile | 23 |
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> |