a84c115a09
Approved by: portmgr (not really, but touches unstaged ports)
18 lines
390 B
Makefile
18 lines
390 B
Makefile
# Created by: shanee@augusta.de
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xmaddressbook
|
|
PORTVERSION= 1.5.3
|
|
PORTREVISION= 3
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= office
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= X11/Motif-based addressbook program
|
|
|
|
USES= imake motif tar:Z
|
|
USE_XORG= ice sm x11 xext xi xp xt oldx
|
|
WRKSRC= ${WRKDIR}/xmaddressbook
|
|
|
|
.include <bsd.port.mk>
|