blob: 55f873da6c013c6bd22fb94b1c307280e808a3e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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
USE_BZIP2= yes
USE_XORG= x11 xmu xt
MAN1= mrundlg.1
MANCOMPRESSED= yes
.include <bsd.port.mk>
|