mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
8fc36b393c
I host from people.FreeBSD.org to MASTER_SITE_LOCAL.
22 lines
372 B
Makefile
22 lines
372 B
Makefile
# New ports collection makefile for: xprompt
|
|
# Date created: 23 March 1997
|
|
# Whom: Matthew Hunt <mph@pobox.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xprompt
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= mph
|
|
|
|
MAINTAINER= mph@freebsd.org
|
|
|
|
USE_IMAKE= yes
|
|
|
|
MAN1= xprompt.1
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|