mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
20 lines
376 B
Makefile
20 lines
376 B
Makefile
|
# New ports collection makefile for: xmsg
|
||
|
# Version required: 1.0
|
||
|
# Date created: 21 September 1999
|
||
|
# Whom: jsellens
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
DISTNAME= xmsg-1.0
|
||
|
CATEGORIES= x11
|
||
|
MASTER_SITES= http://www.generalconcepts.com/resources/software/
|
||
|
|
||
|
MAINTAINER= jsellens@generalconcepts.com
|
||
|
|
||
|
MAN1= xmsg.1
|
||
|
MANCOMPRESSED= yes
|
||
|
USE_IMAKE= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|