1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/sysutils/contool/Makefile
Eitan Adler b63a28f690 "aaargh, quoted Makefile variables"
Approved by:	portmgr (bapt)
2013-03-18 21:56:30 +00:00

30 lines
599 B
Makefile

# Created by: nsayer@quack.kfu.com
# $FreeBSD$
PORTNAME= contool
PORTVERSION= 3.3a
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= nsayer
MAINTAINER= ports@FreeBSD.org
COMMENT= Console tool for openlook
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
NO_CDROM= source code cannot be sold, nor can you incorporate the source code into a product which is subsequently sold
NO_WRKSUBDIR= yes
USE_IMAKE= yes
USE_XORG= x11 xext
MAN1= contool.1
pre-install:
@${MKDIR} ${PREFIX}/lib/help
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>