mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
05af13c54d
* Fix master site * Tune up compile options PR: ports/22587 Submitted by: Dominik Rothert, <dr@astorit.com> (maintainer)
27 lines
456 B
Makefile
27 lines
456 B
Makefile
# New ports collection makefile for: xtermset
|
|
# Date created: 21 August 1999
|
|
# Whom: Dominik Rothert <dr@domix.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xtermset
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= clts
|
|
|
|
MAINTAINER= dr@astorit.com
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
MAN1= xtermset.1
|
|
|
|
USE_X_PREFIX= yes
|
|
MANCOMPRESSED= no
|
|
|
|
post-install:
|
|
strip ${PREFIX}/bin/xtermset
|
|
|
|
.include <bsd.port.mk>
|