blob: 118424c124d5b83b43a52c792147b8af1557d63a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: xmaddressbook
# Date created: 31 Jul 1996
# Whom: shanee@augusta.de
#
# $FreeBSD$
#
PORTNAME= xmaddressbook
PORTVERSION= 1.5.3
CATEGORIES= deskutils
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= office
EXTRACT_SUFX= .tar.Z
MAINTAINER= shanee@augusta.de
COMMENT= X11/Motif-based addressbook program
USE_MOTIF= yes
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/xmaddressbook
MAN1= xmaddressbook.1
.include <bsd.port.mk>
|