mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
20 lines
405 B
Makefile
20 lines
405 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
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= X11/Motif-based addressbook program
|
|
|
|
USES= imake motif
|
|
USE_XORG= ice sm x11 xext xi xp xt oldx
|
|
WRKSRC= ${WRKDIR}/xmaddressbook
|
|
|
|
.include <bsd.port.mk>
|