summaryrefslogtreecommitdiff
path: root/x11-toolkits/xforms/Makefile
blob: 94921290f118c198bf2fbf668b930e8bcc2cd8e6 (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
24
25
26
27
28
29
# New ports collection makefile for:	xforms
# Date created:		28 March 1997
# Whom:			gena
#
# $FreeBSD$
#

PORTNAME=	xforms
PORTVERSION=	1.0
PORTREVISION=	2
PORTEPOCH=	1
CATEGORIES=	x11-toolkits graphics
MASTER_SITES=	ftp://ncmir.ucsd.edu/pub/xforms/OpenSource/
FULLVERSION=	${PORTVERSION}RC5.2
DISTNAME=	${PORTNAME}-${FULLVERSION}
EXTRACT_SUFX=	.tgz

MAINTAINER=	mikeh@FreeBSD.ORG

LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg

USE_XPM=	yes
USE_IMAKE=	yes
INSTALLS_SHLIB=	yes
NO_FILTER_SHLIBS=	yes

MAN1=		fdesign.1 fd2ps.1

.include <bsd.port.mk>