24 lines
529 B
Makefile
24 lines
529 B
Makefile
# $OpenBSD: Makefile,v 1.11 2000/06/10 01:02:31 espie Exp $
|
|
|
|
DISTNAME= xfed
|
|
PKGNAME= xfed-1.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://ftp.demon.co.uk/pub/graphics/systems/X11.old/pub/R6untarred/contrib/programs/
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
LICENSE_TYPE= BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
USE_IMAKE= Yes
|
|
|
|
# As the xfed tarball is created on the fly the checksum will always
|
|
# be incorrect; so don't bother...
|
|
#
|
|
NO_CHECKSUM= yes
|
|
|
|
.include <bsd.port.mk>
|