blob: 3e69a39a8e10d52ab2de29f0164fa59d233b760f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: xpostit+
# Version required: 2.3
# Date created: 26 Sep 1997
# Whom: mi
#
# $Id: Makefile,v 1.3 1998/08/07 22:17:55 asami Exp $
#
DISTNAME= XPostitPlus-2.3
CATEGORIES= deskutils
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= office
MAINTAINER= mi@aldan.ziplink.net
USE_IMAKE= yes
MAN1= xpostit+.1
.include <bsd.port.mk>
|