9f8ed74849
Approved by: portmgr@
17 lines
382 B
Makefile
17 lines
382 B
Makefile
# Created by: Matthew Holder <sixxgate@hotmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mrundlg
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= deskutils
|
|
# MASTER_SITES= http://matt.sixxgate.com/files/
|
|
MASTER_SITES= ${MASTER_SITE_FREEBSD}
|
|
|
|
MAINTAINER= sixxgate@hotmail.com
|
|
COMMENT= Application / program launcher for Motif
|
|
|
|
USES= imake motif tar:bzip2
|
|
USE_XORG= x11 xmu xt
|
|
|
|
.include <bsd.port.mk>
|