20 lines
415 B
Makefile
20 lines
415 B
Makefile
# Created by: shanee@augusta.de
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xmaddressbook
|
|
PORTVERSION= 1.5.3
|
|
PORTREVISION= 3
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= XCONTRIB/office
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= X11/Motif-based addressbook program
|
|
|
|
DEPRECATED= Deprecated upstream
|
|
EXPIRATION_DATE=2019-10-15
|
|
|
|
USES= imake motif tar:Z
|
|
USE_XORG= ice sm x11 xext xi xp xt oldx
|
|
WRKSRC= ${WRKDIR}/xmaddressbook
|
|
|
|
.include <bsd.port.mk>
|