mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
23 lines
450 B
Makefile
23 lines
450 B
Makefile
# New ports collection makefile for: DockApp Library
|
|
# Date created: 17 July 1999
|
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libdockapp
|
|
PORTVERSION= 0.4.0
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= ftp://shadowmere.student.utwente.nl/pub/WindowMaker/ \
|
|
http://soupnazi.org/FreeBSD/ports/distfiles/
|
|
|
|
MAINTAINER= jim@FreeBSD.org
|
|
|
|
USE_BZIP2= yes
|
|
USE_X_PREFIX= yes
|
|
USE_XPM= yes
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|