mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
22 lines
499 B
Makefile
22 lines
499 B
Makefile
|
# New ports collection makefile for: xscreensaver
|
||
|
# Version required: 1.25
|
||
|
# Date created: 10 July 1995
|
||
|
# Whom: asami
|
||
|
#
|
||
|
# $Id: Makefile,v 1.4 1995/04/12 20:31:54 asami Exp $
|
||
|
#
|
||
|
|
||
|
DISTNAME= xscreensaver-1.25
|
||
|
CATEGORIES+= x11
|
||
|
MASTER_SITES= ftp://ftp.x.org/contrib/applications/ \
|
||
|
ftp://crl.dec.com/pub/X11/contrib/applications/
|
||
|
EXTRACT_SUFX= .tar.Z
|
||
|
|
||
|
MAINTAINER= asami@FreeBSD.ORG
|
||
|
|
||
|
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
||
|
|
||
|
USE_IMAKE= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|