View | Details | Raw Unified | Return to bug 17158
Collapse All | Expand All

(-)deskutils/xpostit/Makefile (-13 / +14 lines)
Lines 1-26 Link Here
1
# New ports collection makefile for:   xpostit
1
# New ports collection makefile for:	xpostit
2
# Version required:    3.3.1
2
# Version required:	3.3.1
3
# Date created:        6 May 1996
3
# Date created:		6 May 1996
4
# Whom:                joerg
4
# Whom:			joerg
5
#
5
#
6
# $FreeBSD: ports/deskutils/xpostit/Makefile,v 1.9 1999/08/31 06:41:30 mharo Exp $
6
# $FreeBSD: ports/deskutils/xpostit/Makefile,v 1.9 1999/08/31 06:41:30 mharo Exp $
7
#
7
#
8
8
9
DISTNAME=      xpostit3.3.1
9
DISTNAME=	xpostit3.3.1
10
PKGNAME=       xpostit-3.3.1
10
PKGNAME=	xpostit-3.3.1
11
CATEGORIES=    deskutils
11
CATEGORIES=	deskutils
12
#
12
#
13
# Not all servers archie could find actually still have it.  Alas, some
13
# Not all servers archie could find actually still have it.  Alas, some
14
# servers only have the comp.sources.x version, with its distfile named
14
# servers only have the comp.sources.x version, with its distfile named
15
# `part01.gz'.
15
# `part01.gz'.
16
#
16
#
17
MASTER_SITES=  ftp://ftp.hrz.tu-darmstadt.de/pub/X11/R5contrib/
17
MASTER_SITES=	ftp://ftp.x.org/R5contrib/ \
18
EXTRACT_SUFX=  .tar.Z
18
		ftp://ftp.freesoftware.com/pub/X11/R5contrib/
19
EXTRACT_SUFX=	.tar.Z
19
20
20
MAINTAINER=    joerg@FreeBSD.org
21
MAINTAINER=	joerg@FreeBSD.org
21
22
22
USE_IMAKE=     yes
23
USE_IMAKE=	yes
23
WRKSRC=        ${WRKDIR}/xpostit
24
WRKSRC=		${WRKDIR}/xpostit
24
MAN1=          xpostit.1
25
MAN1=		xpostit.1
25
26
26
.include <bsd.port.mk>
27
.include <bsd.port.mk>

Return to bug 17158