27 lines
543 B
Makefile
27 lines
543 B
Makefile
# OpenBSD makefile for: xcoloredit
|
|
# Version required: 1.3
|
|
# Date created: May 19 1998
|
|
# Whom: Angelos D. Keromytis
|
|
#
|
|
# $OpenBSD: Makefile,v 1.5 2000/06/02 15:01:20 espie Exp $
|
|
#
|
|
|
|
DISTNAME= xcoloredit
|
|
PKGNAME= xcoloredit-1.2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://ftp.eos.hokudai.ac.jp/pub/X11/R5contrib/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
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
|
|
MAN1= xcoloredit.1
|
|
|
|
.include <bsd.port.mk>
|