blob: 5e93af3d074ac783f3fefd55b716fd271901cd9d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: xfm
# Version required: 1.3.2
# Date created: 28 December 1994
# Whom: jc@irbs.com John Capo
#
# $Id: Makefile,v 1.9 1998/08/10 00:03:11 steve Exp $
#
DISTNAME= xfm-1.3.2
CATEGORIES= x11-fm
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
MAINTAINER= ports@FreeBSD.ORG
LIB_DEPENDS= Xpm.5:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
.include <bsd.port.mk>
|