1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00
Oliver Eikemeier f6153f1cce Fix some ports that write something after bsd.port.mk
PR:		59254
Approved by:	marcus (mentor)
2003-11-14 17:28:15 +00:00

28 lines
506 B
Makefile

# ex:ts=8 -*-mode: makefile-*-
#
# New ports collection makefile for: xstow
# Date created: 2002-12-31
# Whom: Alan Eldridge <alane@geeksrus.net>
#
# $FreeBSD$
#
PORTNAME= xstow
PORTVERSION= 0.5.1
PORTREVISION= 0
PORTEPOCH= 0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Enhanced replacement for GNU stow written in C++
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= xstow.1
MAN5= xstow.ini.5
.include <bsd.port.mk>