mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
081079e0db
in the first place.
24 lines
568 B
Makefile
24 lines
568 B
Makefile
# New ports collection makefile for: ASFiles
|
|
# Version required: 1.0
|
|
# Date created: 17 August 1997
|
|
# Whom: lukin@okbmei.msk.su
|
|
#
|
|
# $Id: Makefile,v 1.4 1998/09/15 11:13:32 asami Exp $
|
|
#
|
|
|
|
DISTNAME= ASFiles-1.0
|
|
PKGNAME= asfiles-1.0
|
|
CATEGORIES= x11-fm
|
|
MASTER_SITES= http://w3.one.net/~roz/software/x11/windowmaker/
|
|
|
|
MAINTAINER= lukin@okbmei.msk.su
|
|
|
|
BUILD_DEPENDS= ${PREFIX}/lib/libDnd.a:${PORTSDIR}/x11/libdnd
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN1= files.1
|
|
MAN3= regexp.3
|
|
|
|
.include <bsd.port.mk>
|