26 lines
483 B
Makefile
26 lines
483 B
Makefile
# OpenBSD makefile for: xprompt
|
|
# Version required: 1.4
|
|
# Date created: 11 January 1998
|
|
# Whom: Don Schmidt
|
|
#
|
|
# $OpenBSD: Makefile,v 1.4 2000/02/22 20:27:36 turan Exp $
|
|
#
|
|
|
|
DISTNAME= xprompt-1.4
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://ftp.nsg.bc.ca/pub/nsg/src/xprompt/
|
|
|
|
MAINTAINER= ports@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= xprompt.1
|
|
|
|
.include <bsd.port.mk>
|