blob: 09838e7b0dd32c4a77ea9277d24b92ea0fee97b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: xquote
# Date created: 4 Jan 1998
# Whom: Ian Struble <ian@broken.net>
#
# $FreeBSD$
PORTNAME= xquote
PORTVERSION= 1.1
CATEGORIES= misc
MASTER_SITES= http://sunsite.dk/xinvest/ \
${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
MAINTAINER= mph@freebsd.org
COMMENT= A quote retrieval tool for X
USE_MOTIF= yes
USE_IMAKE= yes
USE_XPM= yes
.include <bsd.port.mk>
|