mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
22 lines
402 B
Makefile
22 lines
402 B
Makefile
# New ports collection makefile for: xfm
|
|
# Version required: 1.3.2
|
|
# Date created: 28 December 1994
|
|
# Whom: jc@irbs.com John Capo
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= xfm-1.3.2
|
|
CATEGORIES= x11-fm
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= applications
|
|
|
|
MAINTAINER= ports@FreeBSD.ORG
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
USE_IMAKE= yes
|
|
MAN1= xfm.1 xfmtype.1
|
|
|
|
.include <bsd.port.mk>
|