mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
24 lines
443 B
Makefile
24 lines
443 B
Makefile
# New ports collection makefile for: xarchie
|
|
# Date created: 24 September 1994
|
|
# Whom: jkh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xarchie
|
|
PORTVERSION= 2.0.10
|
|
PORTREVISION= 2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= applications
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= X11 front-end program for the archie network search service
|
|
|
|
USE_IMAKE= yes
|
|
USE_GMAKE= yes
|
|
USE_XORG= xbitmaps
|
|
MAN1= xarchie.1
|
|
|
|
.include <bsd.port.mk>
|