summaryrefslogtreecommitdiffstats
path: root/devel/mob/Makefile
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2001-01-15 13:30:13 +0000
committerkevlo <kevlo@FreeBSD.org>2001-01-15 13:30:13 +0000
commit5c4da251acff2d10d3fb6a7ef03afd694223ea7c (patch)
tree379b0512426b7f0c65960d9afa436f924d206158 /devel/mob/Makefile
parent8b89413fafd0acb2ed8afd6093c872e58ddf0002 (diff)
downloadFreeBSD-ports-5c4da251acff2d10d3fb6a7ef03afd694223ea7c.zip
FreeBSD-ports-5c4da251acff2d10d3fb6a7ef03afd694223ea7c.tar.gz
- Support CFLAGS properly
- Use own do-install target(mainly to avoid creating odd directory) - Include additional document into package PR: 24282 Submitted by: Ports Fury
Diffstat (limited to 'devel/mob/Makefile')
-rw-r--r--devel/mob/Makefile15
1 files changed, 13 insertions, 2 deletions
diff --git a/devel/mob/Makefile b/devel/mob/Makefile
index 3a12b96..5733ede 100644
--- a/devel/mob/Makefile
+++ b/devel/mob/Makefile
@@ -7,13 +7,24 @@
PORTNAME= mob
PORTVERSION= 0.1.0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://steamboat.cs.ucsb.edu/mob/src/
-DISTFILES= mob-1.0-BETA.tgz
+DISTNAME= ${PORTNAME}-1.0-BETA
+EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
-GNU_CONFIGURE= yes
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/inspector ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${PREFIX}/share/doc/mob
+ ${INSTALL_DATA} ${WRKSRC}/doc/mob.ps ${PREFIX}/share/doc/mob
+.endif
.include <bsd.port.mk>
OpenPOWER on IntegriCloud