blob: ea35c7fda4dae37acd31fe6da029d7c2df9e42a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# 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.4.6
PORTREVISION= 1
PORTEPOCH= 0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=${PORTNAME}
MAINTAINER= alane@geeksrus.net
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= xstow.1
.include <bsd.port.pre.mk>
.include <bsd.port.post.mk>
#EOF
|