mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
21 lines
423 B
Makefile
21 lines
423 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
|
|
USE_BZIP2= yes
|
|
USE_XORG= x11 xmu xt
|
|
MAN1= mrundlg.1
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|